[gegl/threaded-base-classes: 22/22] composer3: remove duplicate condition



commit a076222dffcdc76bdcb0df818c49437fa103ed00
Author: Øyvind Kolås <pippin gimp org>
Date:   Mon Jun 30 03:32:47 2014 +0200

    composer3: remove duplicate condition

 gegl/operation/gegl-operation-composer3.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/gegl/operation/gegl-operation-composer3.c b/gegl/operation/gegl-operation-composer3.c
index d62903f..c38b8ed 100644
--- a/gegl/operation/gegl-operation-composer3.c
+++ b/gegl/operation/gegl-operation-composer3.c
@@ -166,12 +166,6 @@ gegl_operation_composer3_process (GeglOperation        *operation,
     return FALSE;
   }
 
-  if (result->width == 0 || result->height == 0)
-  {
-    output = gegl_operation_context_get_target (context, "output");
-    return TRUE;
-  }
-
   input = gegl_operation_context_get_source (context, "input");
 
   if (op_class->want_in_place && 


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