diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-06-19 15:23:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-06-20 14:44:05 +0200 |
commit | c0823c29a053011daa563183d7bc46add9b88eec (patch) | |
tree | 7330c5135e27474d980588c6e2612cc2850eed24 /vcl/inc | |
parent | 5c9872de884bcc3f1ec7cd6901b9440eec270d6d (diff) |
pOldStyleSaveFrame is never set anyway
...so rip out all the corresponding, apparently obsolete, functionality.
Change-Id: Ie1ca3fcf7f729464e4c11070caafc90a34da2d68
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/salframe.h | 5 | ||||
-rw-r--r-- | vcl/inc/unx/wmadaptor.hxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h index f03f0e5b8f5d..cced9d6d9a23 100644 --- a/vcl/inc/unx/salframe.h +++ b/vcl/inc/unx/salframe.h @@ -64,8 +64,6 @@ class VCLPLUG_GEN_PUBLIC X11SalFrame : public SalFrame friend class vcl_sal::NetWMAdaptor; friend class vcl_sal::GnomeWMAdaptor; - static X11SalFrame* s_pSaveYourselfFrame; - X11SalFrame* mpParent; // pointer to parent frame // which should never obscur this frame bool mbTransientForRoot; @@ -167,8 +165,6 @@ class VCLPLUG_GEN_PUBLIC X11SalFrame : public SalFrame DECL_LINK( HandleAlwaysOnTopRaise, void* ); - void passOnSaveYourSelf(); - void createNewWindow( XLIB_Window aParent, SalX11Screen nXScreen = SalX11Screen( -1 ) ); void updateScreenNumber(); @@ -278,7 +274,6 @@ public: // done setting up the clipregion virtual void EndSetClipRegion(); - static void SaveYourselfDone( SalFrame* ); static Bool checkKeyReleaseForRepeat( Display*, XEvent*, XPointer pX11SalFrame ); /// @internal diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx index 5848c6549c46..810c339f6854 100644 --- a/vcl/inc/unx/wmadaptor.hxx +++ b/vcl/inc/unx/wmadaptor.hxx @@ -106,7 +106,6 @@ public: WM_PROTOCOLS, WM_DELETE_WINDOW, WM_TAKE_FOCUS, - WM_SAVE_YOURSELF, WM_CLIENT_LEADER, WM_COMMAND, WM_LOCALE_NAME, |