summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 };