diff options
author | Xan Lopez <xan@igalia.com> | 2012-12-12 22:41:51 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-12-12 22:41:51 +0800 |
commit | 3f19ba757b83611573177f96f0ca11169278f9e2 (patch) | |
tree | 67cbd787b26dda45b0227e48c55c04424b26679e /src | |
parent | 28367302f0d83424dc6855930b02592e2510c46b (diff) | |
download | gsoc2013-epiphany-3f19ba757b83611573177f96f0ca11169278f9e2.tar gsoc2013-epiphany-3f19ba757b83611573177f96f0ca11169278f9e2.tar.gz gsoc2013-epiphany-3f19ba757b83611573177f96f0ca11169278f9e2.tar.bz2 gsoc2013-epiphany-3f19ba757b83611573177f96f0ca11169278f9e2.tar.lz gsoc2013-epiphany-3f19ba757b83611573177f96f0ca11169278f9e2.tar.xz gsoc2013-epiphany-3f19ba757b83611573177f96f0ca11169278f9e2.tar.zst gsoc2013-epiphany-3f19ba757b83611573177f96f0ca11169278f9e2.zip |
ephy-main: remove some dead code
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index e31554b4e..d9ed6eb4d 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -2,7 +2,7 @@ /* * Copyright © 2000-2002 Marco Pesenti Gritti * Copyright © 2006, 2008 Christian Persch - * Copyright © 2011,2012 Igalia S.L. + * Copyright © 2011, 2012 Igalia S.L. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -42,9 +42,6 @@ #include <libxml/xmlversion.h> #include <string.h> -static GQuark startup_error_quark = 0; -#define STARTUP_ERROR_QUARK (startup_error_quark) - static gboolean open_in_new_tab = FALSE; static gboolean open_in_new_window = FALSE; @@ -423,8 +420,6 @@ main (int argc, if (user_time == 0) user_time = slowly_and_stupidly_obtain_timestamp (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ())); - startup_error_quark = g_quark_from_static_string ("epiphany-startup-error"); - /* Delete the requested web application, if any. Must happen after * ephy_file_helpers_init (). */ if (application_to_delete) { |