[epiphany] ephy-main: remove debug leftovers that were broken now



commit 18088a89fc9140c4b5e3643d923a553c89c68924
Author: Xan Lopez <xan igalia com>
Date:   Wed Dec 12 15:46:29 2012 +0100

    ephy-main: remove debug leftovers that were broken now
    
    (15:45:30) descalante: come on
    (15:45:46) descalante: what is this, KDE?

 src/ephy-main.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/src/ephy-main.c b/src/ephy-main.c
index d9ed6eb..73b03d6 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -315,15 +315,6 @@ main (int argc,
 
   g_option_context_add_group (option_context, gtk_get_option_group (TRUE));
 
-#ifdef GNOME_ENABLE_DEBUG
-  option_group = g_option_group_new ("debug",
-                                     "Epiphany debug options",
-                                     "Epiphany debug options",
-                                     NULL, NULL);
-  g_option_group_add_entries (option_group, debug_option_entries);
-  g_option_context_add_group (option_context, option_group);
-#endif /* GNOME_ENABLE_DEBUG */
-
   if (!g_option_context_parse (option_context, &argc, &argv, &error)) {
     g_print ("Failed to parse arguments: %s\n", error->message);
     g_error_free (error);



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