summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-27 20:34:14 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-27 20:34:14 +0200
commit695b969c31ece1ee87fff6b88cbe1f54fc40ac49 (patch)
treefe74a036df524107bdb0036de4d956ecaf66abb9 /src
parentf24219b49d6d501c668e1e9ec7d579d47d14ca6c (diff)
Remove OANGBAND conditional code
Diffstat (limited to 'src')
-rw-r--r--src/main-gtk2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main-gtk2.c b/src/main-gtk2.c
index f7e15333..c39d8fff 100644
--- a/src/main-gtk2.c
+++ b/src/main-gtk2.c
@@ -63,14 +63,6 @@
# define USE_DOUBLE_TILES /* Mogami's bigtile patch */
#endif /* TOME */
-/*
- * Some examples
- */
-#ifdef OANGBAND
-# define ANG293_COMPAT /* Requires V2.9.3 compatibility code */
-# define ZANG_SAVE_GAME /* do_cmd_save_game with auto_save parameter */
-#endif /* OANGBAND */
-
#ifdef USE_GTK2