summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cio.h')
-rw-r--r--crawl-ref/source/cio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/cio.h b/crawl-ref/source/cio.h
index 93e6471df4..75e9ca048d 100644
--- a/crawl-ref/source/cio.h
+++ b/crawl-ref/source/cio.h
@@ -184,7 +184,6 @@ enum KEYS
// Mouse codes.
CK_MOUSE_MOVE = 10001,
-#ifdef USE_TILE
CK_MOUSE_DONE,
CK_MOUSE_B1,
CK_MOUSE_B2,
@@ -193,7 +192,6 @@ enum KEYS
CK_MOUSE_B5,
CK_MOUSE_B1ITEM,
CK_MOUSE_B2ITEM,
-#endif
CK_MOUSE_CLICK
};