summaryrefslogtreecommitdiff
path: root/src/birth.cc
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/birth.cc
parente803dedee4efc3c49b4fd3edb5498dcbc52922c2 (diff)
Remove unused HOOK_BIRTH
Diffstat (limited to 'src/birth.cc')
-rw-r--r--src/birth.cc6
1 files changed, 0 insertions, 6 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)
{