Added ICS engine analyze for winboard - not ready but usable
[xboard.git] / xboard.c
index e31a7a6..643be29 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -2466,6 +2466,9 @@ XBoard square size (hint): %d\n\
                    args, 1);
     }
 
+       /* icsEngineAnalyze - Currently not yet implemented in XBoard */
+       appData.icsEngineAnalyze = FALSE;
+
     /*
      * Create an icon.
      */
@@ -5029,7 +5032,7 @@ void FileNamePopUp(label, def, proc, openMode)
      char *openMode;
 {
     Arg args[16];
-    Widget popup, layout, dialog, edit, b_ok, b_cancel;
+    Widget popup, layout, dialog, edit;
     Window root, child;
     int x, y, i;
     int win_x, win_y;