diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-07 21:24:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-07 21:24:35 +0100 |
commit | 70abef48308e1c23558ca1152b6fbb0c56e867e7 (patch) | |
tree | 3b1a25afab4a6183b817cb2895806674063ee6d1 /include/tools | |
parent | 64a5f3b9835c56b27efd678916ab48ded872ce08 (diff) |
no CheckBox loaded from src files anymore
Change-Id: I3211707d38c15a6fd3edcbe70fc3cee9b65dd6f6
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/rcid.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/rcid.h b/include/tools/rcid.h index 95c4b9a58104..a63d55e66a35 100644 --- a/include/tools/rcid.h +++ b/include/tools/rcid.h @@ -54,8 +54,6 @@ #define RSC_SPINBUTTON (RSC_NOTYPE + 0x4d) #define RSC_RADIOBUTTON (RSC_NOTYPE + 0x4e) -#define RSC_CHECKBOX (RSC_NOTYPE + 0x50) - #define RSC_EDIT (RSC_NOTYPE + 0x52) #define RSC_COMBOBOX (RSC_NOTYPE + 0x54) |