From 3f19ba757b83611573177f96f0ca11169278f9e2 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 12 Dec 2012 15:41:51 +0100 Subject: ephy-main: remove some dead code --- src/ephy-main.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/ephy-main.c') 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 #include -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) { -- cgit v1.2.3