app: remove newline in GimpFilterStack

This commit is contained in:
Michael Natterer 2014-05-22 20:45:33 +02:00
parent 8e9424ffe3
commit f0ebc09422
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ gimp_filter_stack_remove (GimpContainer *container,
if (stack->graph)
{
gimp_filter_stack_remove_node (stack, filter);
gegl_node_remove_child (stack->graph, gimp_filter_get_node (filter));
}