diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-08 17:00:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-08 21:00:11 +0100 |
commit | c65386cec9398c7b8ce969d638cd1b5d98483f98 (patch) | |
tree | 1841e7f3ba397cb796c17b92aa690569180bb3a8 /include/tools | |
parent | 120621a128f4c2d4f39fd9f44c1a735d4c67991e (diff) |
no radiobuttons or checkboxes loaded from src files anymore
Change-Id: Ie10ebcf56a6145c8edeb903bed1beb0cf5cf8a7a
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 a63d55e66a35..36839e5d0d83 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -52,7 +52,6 @@ #define RSC_IMAGEBUTTON (RSC_NOTYPE + 0x4a) #define RSC_SPINBUTTON (RSC_NOTYPE + 0x4d) -#define RSC_RADIOBUTTON (RSC_NOTYPE + 0x4e) #define RSC_EDIT (RSC_NOTYPE + 0x52) |