aboutsummaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/list.c b/list.c
index 7e3318c..28cefca 100644
--- a/list.c
+++ b/list.c
@@ -8,10 +8,6 @@
#include "puzzles.h"
-#define GAME(x) extern const game x;
-#include "generated-games.h"
-#undef GAME
-
#define GAME(x) &x,
const game *gamelist[] = {
#include "generated-games.h"