=================================================================== RCS file: /cvs/ace/ace/games/golf.c,v retrieving revision 1.11 retrieving revision 1.12 diff -p -u -r1.11 -r1.12 --- ace/games/golf.c 2015/06/04 12:43:28 1.11 +++ /cvs/ace/ace/games/golf.c 2015/06/06 14:56:08 1.12 @@ -34,8 +34,6 @@ static Picture *arrow, *no_arrow; static Stack *deck, *discard, *stacks[7]; -extern int table_width, table_height; - static int supress_arrows = 0; static int arrow_offset, arrow_delta;