summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-30 16:40:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-30 16:40:29 +0000
commit1fec83409ced6f6421e2dccc0fcae59a04f5ffa7 (patch)
tree31df455aa8fd4f9f3963c11d86621d918c7967bf /include
parent73545e2efae49af7bdf1e7fd43ae0d68f3bb3225 (diff)
no use of RSC_KEYCODE appears to remain
Change-Id: I968093ef9a9a5647f410432918a60dbc2331192a
Diffstat (limited to 'include')
-rw-r--r--include/tools/rcid.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h
index 708a0e14fc7b..ccbbd2269588 100644
--- a/include/tools/rcid.h
+++ b/include/tools/rcid.h
@@ -39,7 +39,6 @@
#define RSC_ACCEL (RSC_NOTYPE + 0x1a)
#define RSC_MENU (RSC_NOTYPE + 0x1c)
#define RSC_MENUITEM (RSC_NOTYPE + 0x1d) // only used internally
-#define RSC_KEYCODE (RSC_NOTYPE + 0x1f)
#define RSC_IMAGE (RSC_NOTYPE + 0x23)
#define RSC_STRINGARRAY (RSC_NOTYPE + 0x79)