summaryrefslogtreecommitdiff
path: root/src/util.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.pkg')
-rw-r--r--src/util.pkg6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util.pkg b/src/util.pkg
index e6f0294f..2ec70acf 100644
--- a/src/util.pkg
+++ b/src/util.pkg
@@ -524,12 +524,6 @@ typedef unsigned int u32b;
*/
#define HOOK_BUILDING_ACTION 44
-/** @def HOOK_PROCESS_WORLD
- * @brief Update world every ten turns.
- * @note (see file dungeon.c)
- */
-#define HOOK_PROCESS_WORLD 45
-
/** @def HOOK_WIELD_SLOT
* @brief Find equipment slot for object.\n
* @param Object o_ptr \n the object to wield.