diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-27 09:16:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-27 09:58:35 +0100 |
commit | f00cd93a66a6cf236114e810b1470e562315b777 (patch) | |
tree | 7edff4a18f651eb90b000a661d25883410f784bd /include/tools/rc.h | |
parent | 93be66f98f3180cbbe358bb5b38f64852a0d30fc (diff) |
callcatcher: update unused code, esp unused Resource based ctor
e.g. no ImageRadioButton is now loaded from any res/rsc file, so
that ctor and associated code paths can be stripped out
Change-Id: Ic4cf19d45adb7c734f150e0b89eef193157a74a7
Diffstat (limited to 'include/tools/rc.h')
-rw-r--r-- | include/tools/rc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/tools/rc.h b/include/tools/rc.h index 5bcd4cb7f3b7..b8e42cbb49d7 100644 --- a/include/tools/rc.h +++ b/include/tools/rc.h @@ -186,9 +186,6 @@ typedef short RSWND_STYLE; #define RSC_IMAGEBUTTON_SYMBOL 0x02 #define RSC_IMAGEBUTTON_STATE 0x04 -// For "ImageRadioButtons": -#define RSC_IMAGERADIOBUTTON_IMAGE 0x01 - // For "Image": #define RSC_IMAGE_IMAGEBITMAP 0x01 #define RSC_IMAGE_MASKBITMAP 0x02 |