summaryrefslogtreecommitdiff
path: root/src/xtra1.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-05 23:43:10 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-07 15:28:26 +0200
commit0b42d7ebfc1abd8b8620109bb996e2cee18e9f79 (patch)
treeefed6c6362f48c2c745fbdf277cca4e71d0b3247 /src/xtra1.c
parent62e385cb769000cfefa052b1ab3e155314e7ac37 (diff)
Lua: Remove last bits of HOOK_CALC_BONUS
Diffstat (limited to 'src/xtra1.c')
-rw-r--r--src/xtra1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xtra1.c b/src/xtra1.c
index c30d6e4d..9a2c2d42 100644
--- a/src/xtra1.c
+++ b/src/xtra1.c
@@ -2986,9 +2986,6 @@ void calc_bonuses(bool_ silent)
calc_body_bonus();
}
- /* Let the scripts do what they need */
- process_hooks(HOOK_CALC_BONUS, "()");
-
/* Take care of spell schools */
calc_schools();