summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 2e95d31c18..8ba862b72b 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1461,10 +1461,6 @@ enum KeymapContext
KMC_CONFIRM, // When being asked y/n/q questions
KMC_MENU, // For menus
-#ifdef USE_TILE
- KMC_TILE, // For context_for_command()
-#endif
-
KMC_CONTEXT_COUNT, // Must always be the last real context
KMC_NONE