summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-other.h
diff options
context:
space:
mode:
authorDracoOmega <draco_omega@live.com>2013-02-27 14:18:03 -0330
committerDracoOmega <draco_omega@live.com>2013-03-03 18:36:52 -0330
commit41eaca393a3dc28a220f22257e425a50e479c611 (patch)
tree757781291be0ebf51c78234ed04916348a5e9b30 /crawl-ref/source/spl-other.h
parent72f3d047aa9c895fba5a28db6dcd34d986baf12c (diff)
downloadcrawl-ref-41eaca393a3dc28a220f22257e425a50e479c611.tar.gz
crawl-ref-41eaca393a3dc28a220f22257e425a50e479c611.zip
Remove code for old version of recall
Diffstat (limited to 'crawl-ref/source/spl-other.h')
-rw-r--r--crawl-ref/source/spl-other.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-other.h b/crawl-ref/source/spl-other.h
index fd49bc63d9..56e9a8c336 100644
--- a/crawl-ref/source/spl-other.h
+++ b/crawl-ref/source/spl-other.h
@@ -8,7 +8,6 @@ spret_type cast_cure_poison(int pow, bool fail);
spret_type cast_sublimation_of_blood(int pow, bool fail);
spret_type cast_death_channel(int pow, god_type god, bool fail);
spret_type cast_recall(bool fail);
-bool recall(int type_recalled);
void start_recall(int type);
void do_recall(int time);
void end_recall();