summaryrefslogtreecommitdiff
path: root/include/vcl
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/vcl
parent93be66f98f3180cbbe358bb5b38f64852a0d30fc (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/vcl')
-rw-r--r--include/vcl/button.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index b33f8feff2bd..cb6f7e8c8c9a 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -540,7 +540,6 @@ class VCL_DLLPUBLIC ImageRadioButton : public RadioButton
public:
explicit ImageRadioButton( Window* pParent, WinBits nStyle = 0 );
- explicit ImageRadioButton( Window* pParent, const ResId& );
virtual ~ImageRadioButton();
};