summaryrefslogtreecommitdiff
path: root/src/object1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2013-09-08 21:57:44 +0200
committerBardur Arantsson <bardur@scientician.net>2013-09-27 14:56:32 +0200
commit269859b90eb98667105f2dc7c2fbd92c96d866f2 (patch)
tree635f471a278188b7f6e395266e4c98c68bfdb5df /src/object1.cc
parent09cb66b720b3021a1e99a737a78343f534adf5bf (diff)
Remove old-style HOOK_GET support
Diffstat (limited to 'src/object1.cc')
-rw-r--r--src/object1.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/object1.cc b/src/object1.cc
index 2a555581..4fb3e553 100644
--- a/src/object1.cc
+++ b/src/object1.cc
@@ -6149,10 +6149,6 @@ void object_pickup(int this_o_idx)
/* Pick up object */
else
{
- /* Tell the scripts */
- if (process_hooks(HOOK_GET, "(O,d)", o_ptr, this_o_idx))
- return;
-
/* Hooks */
{
hook_get_in in = { o_ptr, this_o_idx };