summaryrefslogtreecommitdiff
path: root/mate-panel/libegg/eggsmclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/libegg/eggsmclient.c')
-rw-r--r--mate-panel/libegg/eggsmclient.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mate-panel/libegg/eggsmclient.c b/mate-panel/libegg/eggsmclient.c
index ae423051..bc8302c3 100644
--- a/mate-panel/libegg/eggsmclient.c
+++ b/mate-panel/libegg/eggsmclient.c
@@ -335,11 +335,6 @@ egg_sm_client_get (void)
{
if (!sm_client_disable)
{
-#if defined (GDK_WINDOWING_WIN32)
- global_client = egg_sm_client_win32_new ();
-#elif defined (GDK_WINDOWING_QUARTZ)
- global_client = egg_sm_client_osx_new ();
-#else
/* If both D-Bus and XSMP are compiled in, try XSMP first
* (since it supports state saving) and fall back to D-Bus
* if XSMP isn't available.
@@ -350,7 +345,6 @@ egg_sm_client_get (void)
#ifdef EGG_SM_CLIENT_BACKEND_DBUS
if (!global_client)
global_client = egg_sm_client_dbus_new ();
-# endif
#endif
}