From dd3af2804d1ddf339f34d8d0d42b8d0f64282198 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 28 Mar 2012 17:23:17 +0200 Subject: Rip out the EggSMClient code The brave new world is to use the session support in GtkApplication. --- src/ephy-main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ephy-main.c') diff --git a/src/ephy-main.c b/src/ephy-main.c index 53f75b8e6..20aa1e5f2 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -22,7 +22,6 @@ #include "config.h" -#include "eggsmclient.h" #include "ephy-debug.h" #include "ephy-file-helpers.h" #include "ephy-session.h" @@ -333,7 +332,6 @@ main (int argc, #endif g_option_context_add_group (option_context, gtk_get_option_group (TRUE)); - g_option_context_add_group (option_context, egg_sm_client_get_option_group ()); #ifdef GNOME_ENABLE_DEBUG option_group = g_option_group_new ("debug", -- cgit v1.2.3