summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-05-12 12:17:06 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-05-12 12:18:59 +0200
commit49f22ebfb4bbe02f3ca079ab2c27cd0bbaa7c719 (patch)
treec9e1478310e0f8ef4d3cde9f15128873b7153e11 /crawl-ref/source/delay.h
parent9c61658c3d699c00a651c359d2c8bef095af4128 (diff)
downloadcrawl-ref-49f22ebfb4bbe02f3ca079ab2c27cd0bbaa7c719.tar.gz
crawl-ref-49f22ebfb4bbe02f3ca079ab2c27cd0bbaa7c719.zip
Collect equip and unequip effects in player-equip.cc.
Diffstat (limited to 'crawl-ref/source/delay.h')
-rw-r--r--crawl-ref/source/delay.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/delay.h b/crawl-ref/source/delay.h
index b4658982b2..1dccbf3d87 100644
--- a/crawl-ref/source/delay.h
+++ b/crawl-ref/source/delay.h
@@ -96,6 +96,4 @@ void autotoggle_autopickup(bool off);
bool interrupt_activity( activity_interrupt_type ai,
const activity_interrupt_data &a
= activity_interrupt_data() );
-
-void equip_armour_effect(item_def& item, bool unmeld);
#endif