summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cio.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-29 02:50:18 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-29 02:50:18 +0000
commite75f4e49b8d85f37cf31341a2053642f9afe4808 (patch)
tree51c0d1e43cf2efaee594729b94b6e3fdf951560e /crawl-ref/source/cio.h
parentf3c162efdac44483e3e9155aa6d2496bac79aa30 (diff)
downloadcrawl-ref-e75f4e49b8d85f37cf31341a2053642f9afe4808.tar.gz
crawl-ref-e75f4e49b8d85f37cf31341a2053642f9afe4808.zip
[2029802] Fixing numpad issues for tiles. Theoretically, this change should remove the need for getch() vs. getch_ck() by handling key translation through macro context.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6712 c06c8d41-db1a-0410-9941-cceddc491573
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 fdc6254dca..27f31570aa 100644
--- a/crawl-ref/source/cio.h
+++ b/crawl-ref/source/cio.h
@@ -194,8 +194,6 @@ enum KEYS
CK_MOUSE_B3,
CK_MOUSE_B4,
CK_MOUSE_B5,
- CK_MOUSE_B1ITEM,
- CK_MOUSE_B2ITEM,
CK_MOUSE_CLICK
};