=================================================================== RCS file: /cvs/ace/ace/games/canfield.c,v retrieving revision 1.8 retrieving revision 1.9 diff -p -u -r1.8 -r1.9 --- ace/games/canfield.c 2013/01/12 12:04:35 1.8 +++ /cvs/ace/ace/games/canfield.c 2015/06/06 14:56:07 1.9 @@ -37,8 +37,6 @@ static Stack *hand, *talon, *stock, *tab static int base_rank; static char base_mesg[14]; -extern int table_width, table_height; - static int auto_move(); static void debug(char *s)