summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-07-04 16:22:08 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-07-04 16:22:08 +0200
commit97ecc7274bad870ab8e9233394510642839adc3f (patch)
treec7e4fd564f408b0aafca947bde2d8f4d43f0b43f /crawl-ref/source/spl-util.h
parent5e078e1dc73ac0ca61c60e39ff9b664a67423620 (diff)
downloadcrawl-ref-97ecc7274bad870ab8e9233394510642839adc3f.tar.gz
crawl-ref-97ecc7274bad870ab8e9233394510642839adc3f.zip
Remove unused spell_is_{useful,risky}.
Diffstat (limited to 'crawl-ref/source/spl-util.h')
-rw-r--r--crawl-ref/source/spl-util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-util.h b/crawl-ref/source/spl-util.h
index 6beaa8825b..a332f5c126 100644
--- a/crawl-ref/source/spl-util.h
+++ b/crawl-ref/source/spl-util.h
@@ -40,8 +40,6 @@ enum spell_highlight_colours
COL_UNMEMORIZED = LIGHTBLUE, // spell hasn't been memorized (used reading spellbooks)
COL_USELESS = DARKGRAY, // ability would have no useful effect
COL_INAPPLICABLE = COL_USELESS, // ability cannot be meanifully applied (eg, no targets)
- COL_USEFUL = YELLOW, // the players status makes this ability notably more useful
- COL_RISKY = MAGENTA, // The Ability is inherently risky
COL_FORBIDDEN = LIGHTRED, // The player's god hates this abilty
COL_EMPOWERED = LIGHTGREEN, // The ability is made stronger by the player's status