summaryrefslogtreecommitdiff
path: root/mate-panel/panel-session.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-session.c')
-rw-r--r--mate-panel/panel-session.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-panel/panel-session.c b/mate-panel/panel-session.c
index 5f43f3f4..917d9ff5 100644
--- a/mate-panel/panel-session.c
+++ b/mate-panel/panel-session.c
@@ -80,9 +80,5 @@ panel_session_init (void)
/* We don't want the WM to try and save/restore our
* window position */
-#if GTK_CHECK_VERSION (3, 0, 0)
gdk_x11_set_sm_client_id (NULL);
-#else
- gdk_set_sm_client_id (NULL);
-#endif
}