summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cmd-keys.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-03-06 00:08:20 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-03-06 00:16:10 +0100
commitbef3dcd5bcd10f0276bc23b758d0afcf90d1af3c (patch)
tree49c9a7fa80337f801d34f74d2ed9f2fba3306cbb /crawl-ref/source/cmd-keys.h
parent8f910f25b3bd18f845935bfd5829ef6287028c87 (diff)
downloadcrawl-ref-bef3dcd5bcd10f0276bc23b758d0afcf90d1af3c.tar.gz
crawl-ref-bef3dcd5bcd10f0276bc23b758d0afcf90d1af3c.zip
Nuke CMD_TOGGLE_SPELL_DISPLAY, made obsolete by the display tabs.
Diffstat (limited to 'crawl-ref/source/cmd-keys.h')
-rw-r--r--crawl-ref/source/cmd-keys.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/cmd-keys.h b/crawl-ref/source/cmd-keys.h
index a5ac7a3566..cef888e9f0 100644
--- a/crawl-ref/source/cmd-keys.h
+++ b/crawl-ref/source/cmd-keys.h
@@ -6,7 +6,6 @@
// via keybindings will take precedence. (jpeg)
#ifdef USE_TILE
{'-', CMD_EDIT_PLAYER_TILE},
-{'_', CMD_TOGGLE_SPELL_DISPLAY},
#endif
// movement keys
{CK_CLEAR, CMD_MOVE_NOWHERE},