[gegl] gegl: remove debug printf accidentally left in code



commit 727bb0c801272186a0e5168cef849a989df1eaeb
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Aug 19 17:04:03 2017 +0200

    gegl: remove debug printf accidentally left in code

 gegl/operation/gegl-operation-filter.c       |    2 --
 gegl/operation/gegl-operation-point-filter.c |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gegl/operation/gegl-operation-filter.c b/gegl/operation/gegl-operation-filter.c
index 24a2516..34198d9 100644
--- a/gegl/operation/gegl-operation-filter.c
+++ b/gegl/operation/gegl-operation-filter.c
@@ -173,8 +173,6 @@ gegl_operation_filter_process (GeglOperation        *operation,
     ThreadData thread_data[GEGL_MAX_THREADS];
     gint pending = threads;
 
-    g_warning ("threading: %s\n", gegl_operation_get_name (operation));
-
     if (klass->get_split_strategy)
     {
       split_strategy = klass->get_split_strategy (operation, context,
diff --git a/gegl/operation/gegl-operation-point-filter.c b/gegl/operation/gegl-operation-point-filter.c
index 9cd697e..18118bc 100644
--- a/gegl/operation/gegl-operation-point-filter.c
+++ b/gegl/operation/gegl-operation-point-filter.c
@@ -266,8 +266,6 @@ gegl_operation_point_filter_init (GeglOperationPointFilter *self)
 
 }
 
-#include <stdlib.h>
-
 static gboolean
 gegl_operation_point_filter_process (GeglOperation       *operation,
                                        GeglBuffer          *input,


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