[gegl] demosaic-simple: Remove unused variable



commit d18db72dd6e3b8489261a155fd70a876b70ebe9e
Author: Mukund Sivaraman <muks banu com>
Date:   Tue May 24 22:29:16 2011 +0530

    demosaic-simple: Remove unused variable

 operations/workshop/demosaic-simple.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/operations/workshop/demosaic-simple.c b/operations/workshop/demosaic-simple.c
index 13c0356..d570e22 100644
--- a/operations/workshop/demosaic-simple.c
+++ b/operations/workshop/demosaic-simple.c
@@ -123,7 +123,6 @@ process (GeglOperation       *operation,
          const GeglRectangle *result)
 {
   GeglChantO   *o = GEGL_CHANT_PROPERTIES (operation);
-  GeglBuffer   *temp_in;
   GeglRectangle compute = gegl_operation_get_required_for_output (operation, "input", result);
 
   demosaic (o, input, &compute, output, result);



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