aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-12-12 22:46:29 +0800
committerXan Lopez <xan@igalia.com>2012-12-12 22:46:29 +0800
commit18088a89fc9140c4b5e3643d923a553c89c68924 (patch)
treed86b715cc131d101ddfce843cedda757fdc4ddec /src/ephy-main.c
parent3f19ba757b83611573177f96f0ca11169278f9e2 (diff)
downloadgsoc2013-epiphany-18088a89fc9140c4b5e3643d923a553c89c68924.tar
gsoc2013-epiphany-18088a89fc9140c4b5e3643d923a553c89c68924.tar.gz
gsoc2013-epiphany-18088a89fc9140c4b5e3643d923a553c89c68924.tar.bz2
gsoc2013-epiphany-18088a89fc9140c4b5e3643d923a553c89c68924.tar.lz
gsoc2013-epiphany-18088a89fc9140c4b5e3643d923a553c89c68924.tar.xz
gsoc2013-epiphany-18088a89fc9140c4b5e3643d923a553c89c68924.tar.zst
gsoc2013-epiphany-18088a89fc9140c4b5e3643d923a553c89c68924.zip
ephy-main: remove debug leftovers that were broken now
(15:45:30) descalante: come on (15:45:46) descalante: what is this, KDE?
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index d9ed6eb4d..73b03d65a 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);