remove obsolete workaround for gegl

This commit is contained in:
Simon Budig 2012-05-03 01:16:02 +02:00
parent 86f53a3ceb
commit a13765e2a7
1 changed files with 0 additions and 4 deletions

View File

@ -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[]
*/