aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-03-28 23:23:17 +0800
committerXan Lopez <xan@igalia.com>2012-03-28 23:23:17 +0800
commitdd3af2804d1ddf339f34d8d0d42b8d0f64282198 (patch)
treed7148793d39671b964b69751c8573f6c41d5c257 /src/ephy-main.c
parent71046aadc2a1febb8d35bb5f6764c5d7ae8fad6c (diff)
downloadgsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.tar
gsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.tar.gz
gsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.tar.bz2
gsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.tar.lz
gsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.tar.xz
gsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.tar.zst
gsoc2013-epiphany-dd3af2804d1ddf339f34d8d0d42b8d0f64282198.zip
Rip out the EggSMClient code
The brave new world is to use the session support in GtkApplication.
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c2
1 files changed, 0 insertions, 2 deletions
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",