[epiphany] ephy-main: remove some dead code



commit 3f19ba757b83611573177f96f0ca11169278f9e2
Author: Xan Lopez <xan igalia com>
Date:   Wed Dec 12 15:41:51 2012 +0100

    ephy-main: remove some dead code

 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 e31554b..d9ed6eb 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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]