X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xoptions.c;h=7ed256aca9d5782e75bccbb95be58b07d71ab193;hb=c82483e9f02cc7e6efb6ee7c8140d8dd2fbd5573;hp=a475c588edeb020459f1106e64c22d691228392c;hpb=d823e59019a9202feb451747f11e10b005829223;p=xboard.git diff --git a/xoptions.c b/xoptions.c index a475c58..7ed256a 100644 --- a/xoptions.c +++ b/xoptions.c @@ -781,7 +781,6 @@ GenericPopUp (Option *option, char *title, DialogClass dlgNr, DialogClass parent if(engineDlg) { // Settings popup for engine: format through heuristic int n = currentCps->nrOptions; - if(!n) { DisplayNote(_("Engine has no options")); currentCps = NULL; return 0; } if(n > 50) width = 4; else if(n>24) width = 2; else width = 1; height = n / width + 1; if(n && (currentOption[n-1].type == Button || currentOption[n-1].type == SaveButton)) currentOption[n].min = SAME_ROW; // OK on same line