summaryrefslogtreecommitdiff
path: root/src/spells2.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-10-08 11:38:29 +0200
committerBardur Arantsson <bardur@scientician.net>2016-10-08 11:38:29 +0200
commit80b2d971574cca927d31b3298e32bc5510aa942f (patch)
tree338dbca733009ff4057198b7c358a68a59e6b68f /src/spells2.hpp
parenta14983ca7feb5df1a6a2dee33de79cfd63bdc481 (diff)
Remove dead trap code
Diffstat (limited to 'src/spells2.hpp')
-rw-r--r--src/spells2.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spells2.hpp b/src/spells2.hpp
index 09d5ea68..3fcab116 100644
--- a/src/spells2.hpp
+++ b/src/spells2.hpp
@@ -70,7 +70,6 @@ extern bool_ fire_bolt_or_beam(int prob, int typ, int dir, int dam);
extern bool_ lite_line(int dir);
extern bool_ drain_life(int dir, int dam);
extern bool_ wall_to_mud(int dir);
-extern bool_ disarm_trap(int dir);
extern bool_ wizard_lock(int dir);
extern bool_ slow_monster(int dir);
extern bool_ sleep_monster(int dir);