summaryrefslogtreecommitdiff
path: root/src/main-gtk2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-gtk2.c')
-rw-r--r--src/main-gtk2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main-gtk2.c b/src/main-gtk2.c
index b0965966..8567a7a3 100644
--- a/src/main-gtk2.c
+++ b/src/main-gtk2.c
@@ -51,7 +51,6 @@
#define TOME
#ifdef TOME
-# define ANG291_COMPAT /* Requires V2.9.1 compatibility code */
# define SAVEFILE_SCREEN /* New/Open integrated into the game */
# define USE_DOUBLE_TILES /* Mogami's bigtile patch */
#endif /* TOME */
@@ -289,8 +288,6 @@ static void cleanup_angband(void)
#define can_save TRUE
-#ifdef ANG291_COMPAT
-
/*
* The standard game uses this to implement lighting effects
* for 16x16 tiles in cave.c...
@@ -300,8 +297,6 @@ static void cleanup_angband(void)
*/
static bool_ use_transparency = TRUE;
-#endif /* ANG291_COMPAT */
-