removed unused variables (-Wunused-variable)
[xboard.git] / xevalgraph.c
index 2d87f12..6430471 100644 (file)
@@ -235,9 +235,6 @@ static Option graphOptions[] = {
 void
 EvalGraphPopUp ()
 {
-    Arg args[16];
-    int j;
-
     if (GenericPopUp(graphOptions, _(title), EvalGraphDlg, BoardWindow, NONMODAL, 1)) {
        InitializeEvalGraph(&graphOptions[0]); // first time: add callbacks and initialize pens
     } else {
@@ -245,7 +242,7 @@ EvalGraphPopUp ()
        SetIconName(EvalGraphDlg, _(title));
     }
 
-    MarkMenu("Show Evaluation Graph", EvalGraphDlg);
+    MarkMenu("View.EvaluationGraph", EvalGraphDlg);
 
 //    ShowThinkingEvent(); // [HGM] thinking: might need to prompt engine for thinking output
 }