aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2023-01-31 23:10:43 +0000
committerBen Harris <bjh21@bjh21.me.uk>2023-01-31 23:25:05 +0000
commitaecbbc9220138e6aa41e3990b69840956873cc6a (patch)
tree07c8d3541ca785af520d3465488536427557b33e
parente2f4463c3e3c24783bb777e932587e3c266e3297 (diff)
downloadpuzzles-aecbbc9220138e6aa41e3990b69840956873cc6a.zip
puzzles-aecbbc9220138e6aa41e3990b69840956873cc6a.tar.gz
puzzles-aecbbc9220138e6aa41e3990b69840956873cc6a.tar.bz2
puzzles-aecbbc9220138e6aa41e3990b69840956873cc6a.tar.xz
Remove an odd mention of NO_PRINTING from Mosaic
-rw-r--r--mosaic.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mosaic.c b/mosaic.c
index 30e65b0..f3a3216 100644
--- a/mosaic.c
+++ b/mosaic.c
@@ -1626,9 +1626,7 @@ const struct game thegame = {
game_flash_length,
game_get_cursor_location,
game_status,
-#ifndef NO_PRINTING
false, false, NULL, NULL, /* print_size, print */
-#endif
true, /* wants_statusbar */
false, NULL, /* timing_state */
0, /* flags */