diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-08 17:26:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-09 09:22:31 +0000 |
commit | e2b1e755e2f7587cf45084d092a10ba444710126 (patch) | |
tree | e08bb81516b2fc8631ee0f66c52fb5999421d4f4 /include/tools | |
parent | 49c007b394126de2f1292e7ede17499c568f9bfa (diff) |
drop unused RSC_BYNAME define
Change-Id: If26e39fedc1687ceb08d3e8663f95f4d84b5c488
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 a86667f8a17b..8a58f6656e68 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -30,7 +30,6 @@ // Resource types // Minimum is 0x100 due to MS-Windows resource types // (RSC_NOTYPE=0x100) is defined in resid.hxx -#define RSC_BYNAME (RSC_NOTYPE + 0x01) #define RSC_VERSIONCONTROL (RSC_NOTYPE + 0x02) // Version control #define RSC_RESOURCE (RSC_NOTYPE + 0x10) |