diff options
Diffstat (limited to 'vcl/source/control/ctrl.cxx')
-rw-r--r-- | vcl/source/control/ctrl.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx index 41e1336c65bb..13ea3d0cdd96 100644 --- a/vcl/source/control/ctrl.cxx +++ b/vcl/source/control/ctrl.cxx @@ -87,16 +87,6 @@ void Control::EnableRTL( bool bEnable ) OutputDevice::EnableRTL(bEnable); } -void Control::GetFocus() -{ - Window::GetFocus(); -} - -void Control::LoseFocus() -{ - Window::LoseFocus(); -} - void Control::Resize() { ImplClearLayoutData(); |