summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-17 15:49:12 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-02-17 18:14:00 +0100
commitab1b9689bfe6dc6cfafa36300d13150c7f352dfb (patch)
tree7d3545f4ba078e9cb7d30021842606cab7a852ee /crawl-ref/source/spl-cast.h
parent281c12b8d57fefff0384b12da12e9f35d6436d8a (diff)
downloadcrawl-ref-ab1b9689bfe6dc6cfafa36300d13150c7f352dfb.tar.gz
crawl-ref-ab1b9689bfe6dc6cfafa36300d13150c7f352dfb.zip
spl-cast.cc/h: Get rid of some unused booleans.
Diffstat (limited to 'crawl-ref/source/spl-cast.h')
-rw-r--r--crawl-ref/source/spl-cast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.h b/crawl-ref/source/spl-cast.h
index fcdb169315..3e6a6518fb 100644
--- a/crawl-ref/source/spl-cast.h
+++ b/crawl-ref/source/spl-cast.h
@@ -49,7 +49,7 @@ enum spret_type
SPRET_SUCCESS
};
-typedef bool (*spell_selector)(spell_type spell, bool &grey);
+typedef bool (*spell_selector)(spell_type spell);
int list_spells(bool toggle_with_I = true, bool viewing = false,
int minRange = -1, spell_selector selector = NULL);