aboutsummaryrefslogtreecommitdiff
path: root/puzzles.h
diff options
context:
space:
mode:
Diffstat (limited to 'puzzles.h')
-rw-r--r--puzzles.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/puzzles.h b/puzzles.h
index d46a70e..fd3f67f 100644
--- a/puzzles.h
+++ b/puzzles.h
@@ -83,14 +83,6 @@ enum {
#define REQUIRE_NUMPAD ( 1 << 11 )
/* end of `flags' word definitions */
-#ifdef _WIN32_WCE
- /* Pocket PC devices have small, portrait screen that requires more vivid colours */
- #define SMALL_SCREEN
- #define PORTRAIT_SCREEN
- #define VIVID_COLOURS
- #define STYLUS_BASED
-#endif
-
#define IGNOREARG(x) ( (x) = (x) )
typedef struct frontend frontend;