diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-30 16:43:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-30 16:43:13 +0000 |
commit | 394f65f2127e41ad0fb43c7164aa5e4518c335a9 (patch) | |
tree | 42b8ab36605fc650bf036757a4c9d3fe9a5820f0 /include/tools | |
parent | 1fec83409ced6f6421e2dccc0fcae59a04f5ffa7 (diff) |
RSC_ACCEL isn't in use anymore
Change-Id: I581d55adfbae078c154eaf41cf98c2be0f5dfd5d
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/rcid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index ccbbd2269588..d30dde87c845 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -36,7 +36,6 @@ #define RSC_RESOURCE (RSC_NOTYPE + 0x10) #define RSC_STRING (RSC_NOTYPE + 0x11) #define RSC_BITMAP (RSC_NOTYPE + 0x13) -#define RSC_ACCEL (RSC_NOTYPE + 0x1a) #define RSC_MENU (RSC_NOTYPE + 0x1c) #define RSC_MENUITEM (RSC_NOTYPE + 0x1d) // only used internally #define RSC_IMAGE (RSC_NOTYPE + 0x23) |