aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-main.c7
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) {