summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app/sm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/app/sm.cxx')
-rw-r--r--vcl/unx/generic/app/sm.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/vcl/unx/generic/app/sm.cxx b/vcl/unx/generic/app/sm.cxx
index 0d1b084b74a5..77b2e6f7b060 100644
--- a/vcl/unx/generic/app/sm.cxx
+++ b/vcl/unx/generic/app/sm.cxx
@@ -135,20 +135,6 @@ bool IceSalSession::cancelShutdown()
return false;
}
-void IceSalSession::handleOldX11SaveYourself( SalFrame* pFrame )
-{
- // do this only once
- if( ! pOldStyleSaveFrame )
- {
- pOldStyleSaveFrame = static_cast<X11SalFrame*>(pFrame);
- if( pOneInstance )
- {
- SalSessionSaveRequestEvent aEvent( true, false );
- pOneInstance->CallCallback( &aEvent );
- }
- }
-}
-
extern "C" void SAL_CALL ICEConnectionWorker( void* );
class ICEConnectionObserver