app: remove "dont-cache" from gimp_apply_opeation()

it slows down all ops which wan to process the entire buffer in one
go, like the new gimp:shrink.
This commit is contained in:
Michael Natterer 2012-03-25 23:13:08 +02:00
parent be853cd239
commit 03b15ea668
1 changed files with 0 additions and 6 deletions

View File

@ -64,12 +64,6 @@ gimp_apply_operation (GeglBuffer *src_buffer,
gegl = gegl_node_new ();
/* Disable caching on all children of the node unless explicitly re-enabled.
*/
g_object_set (gegl,
"dont-cache", TRUE,
NULL);
src_node = gegl_node_new_child (gegl,
"operation", "gegl:buffer-source",
"buffer", src_buffer,