summaryrefslogtreecommitdiff
path: root/vcl/inc/salobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/salobj.hxx')
-rw-r--r--vcl/inc/salobj.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/salobj.hxx b/vcl/inc/salobj.hxx
index f09c19fe1a5a..54d87e5be7ce 100644
--- a/vcl/inc/salobj.hxx
+++ b/vcl/inc/salobj.hxx
@@ -51,12 +51,9 @@ public:
virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight ) = 0;
virtual void Show( bool bVisible ) = 0;
- void Enable( bool /* nEnable */ ) {}
+ void Enable( bool /* nEnable */ ) {}
virtual void GrabFocus() {}
- void SetBackground() {}
- void SetBackground( SalColor /* nSalColor */ ) {}
-
virtual void SetForwardKey( bool /* bEnable */ ) {}
virtual const SystemEnvData* GetSystemData() const = 0;