diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-31 23:10:43 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2023-01-31 23:25:05 +0000 |
| commit | aecbbc9220138e6aa41e3990b69840956873cc6a (patch) | |
| tree | 07c8d3541ca785af520d3465488536427557b33e | |
| parent | e2f4463c3e3c24783bb777e932587e3c266e3297 (diff) | |
| download | puzzles-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ |