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.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/unx/generic/app/sm.cxx b/vcl/unx/generic/app/sm.cxx
index 223bdef545f0..51a1bc392bef 100644
--- a/vcl/unx/generic/app/sm.cxx
+++ b/vcl/unx/generic/app/sm.cxx
@@ -165,7 +165,6 @@ static SmProp** ppSmProps = NULL;
static int nSmProps = 0;
static unsigned char *pSmRestartHint = NULL;
-
static void BuildSmPropertyList()
{
if( ! pSmProps )
@@ -413,7 +412,6 @@ void SessionManagerClient::saveDone()
}
}
-
void SessionManagerClient::open(SalSession * pSession)
{
assert(!m_pSession && !m_pICEConnectionObserver && !m_pSmcConnection);
@@ -527,7 +525,6 @@ void SessionManagerClient::interactionDone( bool bCancelShutdown )
}
}
-
OUString SessionManagerClient::getExecName()
{
OUString aExec, aSysExec;
@@ -539,7 +536,6 @@ OUString SessionManagerClient::getExecName()
return aSysExec;
}
-
OString SessionManagerClient::getPreviousSessionID()
{
OString aPrevId;