summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-21 16:00:26 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:56 +0100
commit95c915c371a4cb44ccc150a09ac6573ac50e9687 (patch)
tree46412513edb98ac1b94475549a3ce664ea78f232 /src
parente803dedee4efc3c49b4fd3edb5498dcbc52922c2 (diff)
Remove unused HOOK_BIRTH
Diffstat (limited to 'src')
-rw-r--r--src/birth.cc6
-rw-r--r--src/defines.h1
2 files changed, 0 insertions, 7 deletions
diff --git a/src/birth.cc b/src/birth.cc
index d09e8754..04797dc3 100644
--- a/src/birth.cc
+++ b/src/birth.cc
@@ -2529,9 +2529,6 @@ static bool_ player_birth_aux_point(void)
/* Roll for social class */
get_history();
- /*** Generate ***/
- process_hooks(HOOK_BIRTH, "()");
-
/* Get luck */
p_ptr->luck_base = rp_ptr->luck + rmp_ptr->luck + rand_range( -5, 5);
p_ptr->luck_max = p_ptr->luck_base;
@@ -2905,9 +2902,6 @@ static bool_ player_birth_aux_auto()
/* Roll for gold */
get_money();
- /*** Generate ***/
- process_hooks(HOOK_BIRTH, "()");
-
/* Input loop */
while (TRUE)
{
diff --git a/src/defines.h b/src/defines.h
index 86dd4de9..0f8504da 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -4383,7 +4383,6 @@
#define HOOK_CALC_MANA 60
#define HOOK_RECALL 62
#define HOOK_BODY_PARTS 65
-#define HOOK_BIRTH 68
#define HOOK_MON_ASK_HELP 69
#define HOOK_GAME_START 72
#define HOOK_FORBID_TRAVEL 75