summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-31 11:41:46 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-31 11:41:46 +0000
commit6bc76233dd44862268b48596d0c8fe5a17eb5a89 (patch)
treeb5ad8fa1f602ffd6209be5e5b9b86980a3f2c958 /crawl-ref/source/macro.h
parent4186783e74fcd5dd7712f896ea69e0879afc3f84 (diff)
downloadcrawl-ref-6bc76233dd44862268b48596d0c8fe5a17eb5a89.tar.gz
crawl-ref-6bc76233dd44862268b48596d0c8fe5a17eb5a89.zip
[2032987] Fixing lack of mouse actions in tiles version. Removing unused KC_TILE macro context and moving tiles commands to KC_DEFAULT.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6738 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index 16c13f358c..621a791bf3 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -29,10 +29,6 @@ enum KeymapContext {
KC_TARGETING, // Only during 'x' and other targeting modes
KC_CONFIRM, // When being asked y/n/q questions
-#ifdef USE_TILE
- KC_TILE, // For context_for_command()
-#endif
-
KC_CONTEXT_COUNT, // Must always be the last real context
KC_NONE // Don't apply any keymaps (for menus)
};