From a13765e2a7ca6247487ed4fdceca9eafa2220ee2 Mon Sep 17 00:00:00 2001 From: Simon Budig Date: Thu, 3 May 2012 01:16:02 +0200 Subject: [PATCH] remove obsolete workaround for gegl --- plug-ins/common/file-png.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plug-ins/common/file-png.c b/plug-ins/common/file-png.c index a89abff48c..e95d9fdc54 100644 --- a/plug-ins/common/file-png.c +++ b/plug-ins/common/file-png.c @@ -1384,10 +1384,6 @@ save_image (const gchar *filename, height = gegl_buffer_get_height (buffer); type = gimp_drawable_type (drawable_ID); - /* this is a stupid workaround for some caching issues in GEGL */ -#warning remove this when gegl is fixed - gegl_buffer_copy (buffer, NULL, buffer, NULL); - /* * Initialise remap[] */