app: remove the !use_gegl case from gimp_drawable_apply_buffer()

and its last three parameters because they were only used for legacy
floating selection projection.
This commit is contained in:
Michael Natterer
2012-05-19 00:14:51 +02:00
parent d294cfb8b2
commit aee7ddd56d
13 changed files with 36 additions and 172 deletions

View File

@ -501,7 +501,6 @@ gimp_edit_fill_full (GimpImage *image,
GEGL_RECTANGLE (0, 0, width, height),
TRUE, undo_desc,
opacity, paint_mode,
NULL, x, y,
NULL, x, y);
g_object_unref (dest_buffer);
@ -542,7 +541,6 @@ gimp_edit_fade (GimpImage *image,
gimp_object_get_name (undo),
gimp_context_get_opacity (context),
gimp_context_get_paint_mode (context),
NULL, undo->x, undo->y,
NULL, undo->x, undo->y);
g_object_unref (buffer);