diff options
Diffstat (limited to 'vcl/source/control/ctrl.cxx')
-rw-r--r-- | vcl/source/control/ctrl.cxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx index c2d697d7d640..a137b432867e 100644 --- a/vcl/source/control/ctrl.cxx +++ b/vcl/source/control/ctrl.cxx @@ -53,19 +53,6 @@ Control::Control( vcl::Window* pParent, WinBits nStyle ) : ImplInit( pParent, nStyle, nullptr ); } -Control::Control( vcl::Window* pParent, const ResId& rResId ) : - Window( WINDOW_CONTROL ) -{ - ImplInitControlData(); - rResId.SetRT( RSC_CONTROL ); - WinBits nStyle = ImplInitRes( rResId ); - ImplInit( pParent, nStyle, nullptr ); - ImplLoadRes(); - - if ( !(nStyle & WB_HIDE) ) - Show(); -} - Control::~Control() { disposeOnce(); |