summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-27 09:16:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-27 09:58:35 +0100
commitf00cd93a66a6cf236114e810b1470e562315b777 (patch)
tree7edff4a18f651eb90b000a661d25883410f784bd /include/tools
parentfix uneditable field in memory option page (diff)
downloadcore-f00cd93a66a6cf236114e810b1470e562315b777.tar.gz
core-f00cd93a66a6cf236114e810b1470e562315b777.zip
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')
-rw-r--r--include/tools/rc.h3
-rw-r--r--include/tools/rcid.h2
2 files changed, 1 insertions, 4 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
diff --git a/include/tools/rcid.h b/include/tools/rcid.h
index d257639a99f8..9c90f91775af 100644
--- a/include/tools/rcid.h
+++ b/include/tools/rcid.h
@@ -71,7 +71,7 @@
#define RSC_MOREBUTTON (RSC_NOTYPE + 0x4c)
#define RSC_SPINBUTTON (RSC_NOTYPE + 0x4d)
#define RSC_RADIOBUTTON (RSC_NOTYPE + 0x4e)
-#define RSC_IMAGERADIOBUTTON (RSC_NOTYPE + 0x4f)
+
#define RSC_CHECKBOX (RSC_NOTYPE + 0x50)
#define RSC_TRISTATEBOX (RSC_NOTYPE + 0x51)
#define RSC_EDIT (RSC_NOTYPE + 0x52)