summaryrefslogtreecommitdiff
path: root/src/main-crb.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-28 08:58:19 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-28 08:58:19 +0200
commitdfe25f4b76e82167fd6a92fa2316164e12004f79 (patch)
treee4e57463c2a9cb19c1ec9b2ae9cf1129c069c7ed /src/main-crb.c
parentf3413482e842d5f2b0b492807caa60660888d02e (diff)
Remove ANG281_RESET_VISUALS preprocessor define
Diffstat (limited to 'src/main-crb.c')
-rw-r--r--src/main-crb.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main-crb.c b/src/main-crb.c
index ad027c72..53761e1a 100644
--- a/src/main-crb.c
+++ b/src/main-crb.c
@@ -555,7 +555,6 @@ static bool_ check_create_user_dir(void)
*
* #define ALLOW_BIG_SCREEN (V, Ey, O, T.o.M.E., and Z. Dr's big screen needs
* more work. New S one is too idiosyncratic...)
- * #define ANG281_RESET_VISUALS (Cth, Gum, T.o.M.E., Z)
* #define SAVEFILE_SCREEN (T.o.M.E.)
* #define HAS_SCORE_MENU (V and T.o.M.E.)
* #define ANGBAND_CREATOR four letter code for your variant, if any.
@@ -568,7 +567,6 @@ static bool_ check_create_user_dir(void)
#define USE_DOUBLE_TILES
#define SAVEFILE_SCREEN
-#define ANG281_RESET_VISUALS
#define ALLOW_BIG_SCREEN
#define HAS_SCORE_MENU
#define ANGBAND_CREATOR 'PrnA'
@@ -2460,11 +2458,7 @@ static errr Term_xtra_mac_react(void)
term_data_resize(td);
/* Reset visuals */
-#ifndef ANG281_RESET_VISUALS
- reset_visuals(TRUE);
-#else
reset_visuals();
-#endif /* !ANG281_RESET_VISUALS */
}
/* Success */