Remove more duplicate variable declarations.
[gnushogi.git] / gnushogi / cursesdsp.c
index 8dd1cd4..5d33790 100644 (file)
 
 #define FLUSH_SCANW fflush(stdout), scanw
 
-int mycnt1, mycnt2;
-
 #define TAB (58)
 
 #define VIR_C(s)  ((flag.reverse) ? (NO_COLS - 1 - column(s)) : column(s))
 #define VIR_R(s)  ((flag.reverse) ? (NO_ROWS - 1 - row(s)) : row(s))
 
-char *DRAW;
-
 /****************************************
  * forward declarations
  ****************************************/