=================================================================== RCS file: /cvs/ace/ace/games/minesweeper.c,v retrieving revision 1.7 retrieving revision 1.8 diff -p -u -r1.7 -r1.8 --- ace/games/minesweeper.c 2012/03/24 18:02:02 1.7 +++ /cvs/ace/ace/games/minesweeper.c 2015/06/06 14:56:08 1.8 @@ -63,8 +63,6 @@ static int auto_play_mode = 0; static int title_y=0; -extern int table_width, table_height; - static inline int BOMB(int x, int y) {