[gegl] Remove unused variable



commit 279fb5a911c2b32418aa2faa7d25213a96fbb386
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Tue Jun 4 20:37:38 2013 -0700

    Remove unused variable

 gegl/operation/gegl-operation-point-composer.c |    1 -
 gegl/operation/gegl-operation-point-filter.c   |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gegl/operation/gegl-operation-point-composer.c b/gegl/operation/gegl-operation-point-composer.c
index 79e16e9..b501351 100644
--- a/gegl/operation/gegl-operation-point-composer.c
+++ b/gegl/operation/gegl-operation-point-composer.c
@@ -151,7 +151,6 @@ gegl_operation_point_composer_cl_process (GeglOperation       *operation,
   GeglOperationClass *operation_class = GEGL_OPERATION_GET_CLASS (operation);
   GeglOperationPointComposerClass *point_composer_class = GEGL_OPERATION_POINT_COMPOSER_GET_CLASS 
(operation);
 
-  gint j;
   cl_int cl_err = 0;
   gboolean err;
 
diff --git a/gegl/operation/gegl-operation-point-filter.c b/gegl/operation/gegl-operation-point-filter.c
index 9203dea..39dd1ed 100644
--- a/gegl/operation/gegl-operation-point-filter.c
+++ b/gegl/operation/gegl-operation-point-filter.c
@@ -88,7 +88,6 @@ gegl_operation_point_filter_cl_process (GeglOperation       *operation,
   GeglOperationClass *operation_class = GEGL_OPERATION_GET_CLASS (operation);
   GeglOperationPointFilterClass *point_filter_class = GEGL_OPERATION_POINT_FILTER_GET_CLASS (operation);
 
-  gint j;
   cl_int cl_err = 0;
   gboolean err;
 


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