[gegl] gegl-init: Remove dead code and comment
- From: Jon Nordby <jonnor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl-init: Remove dead code and comment
- Date: Wed, 1 Aug 2012 13:09:53 +0000 (UTC)
commit de20354ebc747020b300d057f3e008e4acef8687
Author: Jon Nordby <jononor gmail com>
Date: Wed Aug 1 15:02:44 2012 +0200
gegl-init: Remove dead code and comment
gegl/gegl-init.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/gegl/gegl-init.c b/gegl/gegl-init.c
index d21ff51..fe56072 100644
--- a/gegl/gegl-init.c
+++ b/gegl/gegl-init.c
@@ -173,14 +173,6 @@ gegl_init (gint *argc,
gegl_init_i18n ();
- /* If any command-line actions are ever added to GEGL, then the commented
- * out code below should be used. Until then, we simply call the parse hook
- * directly.
- */
-#if 0
- gegl_post_parse_hook (NULL, NULL, NULL, NULL);
-#else
-
context = g_option_context_new (NULL);
g_option_context_set_ignore_unknown_options (context, TRUE);
g_option_context_set_help_enabled (context, FALSE);
@@ -193,7 +185,6 @@ gegl_init (gint *argc,
}
g_option_context_free (context);
-#endif
}
static gchar *cmd_gegl_swap=NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]