[gegl] point-composer3: Don't use private context->level



commit 913cae594fee02783eb8cd06fcd7ffc90d204039
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Tue Nov 19 15:38:28 2013 -0800

    point-composer3: Don't use private context->level

 gegl/operation/gegl-operation-point-composer3.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/operation/gegl-operation-point-composer3.c b/gegl/operation/gegl-operation-point-composer3.c
index d59f9b8..3ea3d36 100644
--- a/gegl/operation/gegl-operation-point-composer3.c
+++ b/gegl/operation/gegl-operation-point-composer3.c
@@ -114,7 +114,7 @@ gegl_operation_composer3_process2 (GeglOperation        *operation,
       if (result->width == 0 || result->height == 0)
         success = TRUE;
       else
-        success = klass->process (operation, input, aux, aux2, output, result, context->level);
+        success = klass->process (operation, input, aux, aux2, output, result, level);
 
       if (input)
          g_object_unref (input);


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