[gimp] app: remove duplicate call to coord smooth



commit 9711995d88de9d8fd4198578c5ea204f98fc6bcd
Author: Alexia Death <alexiadeath gmail com>
Date:   Sun Sep 11 13:19:46 2011 +0300

    app: remove duplicate call to coord smooth
    
    Interpolation function is taking care of
    the smooth now. This caused bugs with
    spacing while using smooth.

 app/paint/gimppaintcore.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/app/paint/gimppaintcore.c b/app/paint/gimppaintcore.c
index c4a59a7..7aa39c2 100644
--- a/app/paint/gimppaintcore.c
+++ b/app/paint/gimppaintcore.c
@@ -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)
         {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]