mirror of https://github.com/GNOME/gimp.git
remove obsolete workaround for gegl
This commit is contained in:
parent
86f53a3ceb
commit
a13765e2a7
|
@ -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[]
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue