diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-02 09:01:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-02 11:59:52 +0100 |
commit | 8e06393ffc3502382d5f8c586d298d02190f9d24 (patch) | |
tree | c16c13c91029f9e1c4633600e0ab191cd3dbeb95 /vcl | |
parent | 3a5024bc0fd4c30f06da350b5c56300368c582e8 (diff) |
remove post .ui conversion unused ResId loaders
Change-Id: Ib6a5455256f4712fc62554cbcbe279e9702d0552
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/button.cxx | 5 |
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() |