mirror of https://github.com/GNOME/gimp.git
app: remove newline in GimpFilterStack
This commit is contained in:
parent
8e9424ffe3
commit
f0ebc09422
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue