app: enable smudge on indexed images

This commit is contained in:
Michael Natterer 2012-04-18 01:08:23 +02:00
parent 266b0d069c
commit 793bebe2d3
1 changed files with 0 additions and 6 deletions

View File

@ -167,9 +167,6 @@ gimp_smudge_start (GimpPaintCore *paint_core,
gint accum_size;
gint x, y;
if (gimp_drawable_is_indexed (drawable))
return FALSE;
paint_buffer = gimp_paint_core_get_paint_buffer (paint_core, drawable,
paint_options, coords,
&paint_buffer_x,
@ -255,9 +252,6 @@ gimp_smudge_motion (GimpPaintCore *paint_core,
gint x, y;
gdouble hardness;
if (gimp_drawable_is_indexed (drawable))
return;
image = gimp_item_get_image (GIMP_ITEM (drawable));
opacity_output = gimp_dynamics_get_output (dynamics,