summaryrefslogtreecommitdiff
path: root/src/util.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.pkg')
-rw-r--r--src/util.pkg9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/util.pkg b/src/util.pkg
index 12a28a71..a730ee9a 100644
--- a/src/util.pkg
+++ b/src/util.pkg
@@ -355,12 +355,6 @@ typedef unsigned int u32b;
*/
#define HOOK_WIELD 21
-/** @def HOOK_INIT
- * @brief Game initialised.
- * @note (see file dungeon.c)
- */
-#define HOOK_INIT 22
-
/** @def HOOK_AIM */
#define HOOK_AIM 24
@@ -2436,9 +2430,6 @@ extern void calc_bonuses(bool silent);
extern void note_spot(int y, int x);
extern void lite_spot(int y, int x);
-extern bool drop_text_left(byte c, cptr s, int y, int o);
-extern bool drop_text_right(byte c, cptr s, int y, int o);
-
/**
* Mimicry
*/