[gegl] Removed dead code



commit 94b9cb9d13924ab8f695e60fa941a082ee9077a3
Author: �yvind Kolås <pippin gimp org>
Date:   Thu Nov 12 02:49:10 2009 +0000

    Removed dead code

 gegl/operation/gegl-operation-point-composer.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/gegl/operation/gegl-operation-point-composer.c b/gegl/operation/gegl-operation-point-composer.c
index afabe93..52775c2 100644
--- a/gegl/operation/gegl-operation-point-composer.c
+++ b/gegl/operation/gegl-operation-point-composer.c
@@ -94,14 +94,6 @@ gegl_operation_composer_process2 (GeglOperation       *operation,
 
   input = gegl_operation_context_get_source (context, "input");
   aux   = gegl_operation_context_get_source (context, "aux");
-#if 0
-  if (aux == NULL && input)
-    {
-       gegl_operation_context_take_object (context, "output", G_OBJECT (input));
-       g_print ("aa\n");
-       return TRUE;
-    }
-#endif
 
   output = gegl_operation_context_get_target (context, "output");
     



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