diff options
Diffstat (limited to 'vcl/unx/generic/window/salobj.cxx')
-rw-r--r-- | vcl/unx/generic/window/salobj.cxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/vcl/unx/generic/window/salobj.cxx b/vcl/unx/generic/window/salobj.cxx index db344ed528e8..e7ce60ff32bb 100644 --- a/vcl/unx/generic/window/salobj.cxx +++ b/vcl/unx/generic/window/salobj.cxx @@ -412,14 +412,6 @@ X11SalObject::Show( sal_Bool bVisible ) mbVisible = bVisible; } -// ----------------------------------------------------------------------- - -void X11SalObject::Enable( sal_Bool ) -{ -} - -// ----------------------------------------------------------------------- - void X11SalObject::GrabFocus() { if( mbVisible ) @@ -431,18 +423,6 @@ void X11SalObject::GrabFocus() // ----------------------------------------------------------------------- -void X11SalObject::SetBackground() -{ -} - -// ----------------------------------------------------------------------- - -void X11SalObject::SetBackground( SalColor ) -{ -} - -// ----------------------------------------------------------------------- - const SystemChildData* X11SalObject::GetSystemData() const { return &maSystemChildData; |