app: remove duplicate call to coord smooth

Interpolation function is taking care of
the smooth now. This caused bugs with
spacing while using smooth.
This commit is contained in:
Alexia Death
2011-09-11 13:19:46 +03:00
parent e7e6bec1d1
commit 9711995d88

View File

@ -321,9 +321,6 @@ gimp_paint_core_paint (GimpPaintCore *core,
paint_options,
paint_state, time))
{
gimp_paint_core_smooth_coords (core,
paint_options,
&core->cur_coords);
if (paint_state == GIMP_PAINT_STATE_MOTION)
{