summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-09 17:03:27 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-27 17:54:32 +0200
commitabf567b36fbaf67233c20345342536f754ae65ac (patch)
tree22761ac901c216adb8787321e2e536d5dae75c86
parent757f5c88ff79073ebd286a9b610ee56ba64e6495 (diff)
Remove unused HOOK_REDRAW
-rw-r--r--src/defines.h1
-rw-r--r--src/xtra1.cc4
2 files changed, 0 insertions, 5 deletions
diff --git a/src/defines.h b/src/defines.h
index 3ef8d0a5..784cc00a 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -4407,7 +4407,6 @@
#define HOOK_STORE_STOCK 47
#define HOOK_GEN_LEVEL_BEGIN 49
#define HOOK_GET 50
-#define HOOK_REDRAW 51
#define HOOK_RECALC_SKILLS 52
#define HOOK_ENTER_DUNGEON 53
#define HOOK_FIRE 54
diff --git a/src/xtra1.cc b/src/xtra1.cc
index 6e1539e6..1d07403d 100644
--- a/src/xtra1.cc
+++ b/src/xtra1.cc
@@ -4272,10 +4272,6 @@ void redraw_stuff(void)
if (character_icky) return;
- /* Should we tell lua to redisplay too ? */
- process_hooks(HOOK_REDRAW, "()");
-
-
/* Hack -- clear the screen */
if (p_ptr->redraw & (PR_WIPE))
{