diff --git a/app/core/gimpprojection-construct.c b/app/core/gimpprojection-construct.c index ad86b279f8..8c86814ad5 100644 --- a/app/core/gimpprojection-construct.c +++ b/app/core/gimpprojection-construct.c @@ -161,12 +161,6 @@ gimp_projection_construct_gegl (GimpProjection *proj, gegl_processor_set_rectangle (proj->processor, &rect); while (gegl_processor_work (proj->processor, NULL)); - - /* FIXME: Reuse it when it can handle dirty rects when painting - * properly - */ - g_object_unref (proj->processor); - proj->processor = NULL; } static void