summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-02 09:01:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-02 11:59:52 +0100
commit8e06393ffc3502382d5f8c586d298d02190f9d24 (patch)
treec16c13c91029f9e1c4633600e0ab191cd3dbeb95 /vcl
parent3a5024bc0fd4c30f06da350b5c56300368c582e8 (diff)
remove post .ui conversion unused ResId loaders
Change-Id: Ib6a5455256f4712fc62554cbcbe279e9702d0552
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/button.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 6ee894479c1c..a79088d208d8 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -4093,11 +4093,6 @@ DisclosureButton::DisclosureButton( Window* pParent, WinBits nStyle ) :
{
}
-DisclosureButton::DisclosureButton( Window* pParent, const ResId& rResId ) :
- CheckBox( pParent, rResId.SetRT( RSC_CHECKBOX ) )
-{
-}
-
// -----------------------------------------------------------------------
void DisclosureButton::ImplDrawCheckBoxState()