removed unused variables (-Wunused-variable)
[xboard.git] / xedittags.c
index 417c2b6..d27aca3 100644 (file)
@@ -117,7 +117,5 @@ TagsPopDown()
 void
 EditTagsProc ()
 {
-    Arg args[5];
-    int j;
-    if (bookUp || !PopDown(TagsDlg)) EditTagsEvent();
+  if (bookUp || !PopDown(TagsDlg)) EditTagsEvent();
 }