[gimp] app: remove a call to gimp_image_map_apply() from GimpBlendTool



commit 9bb6d19f6c89168dd6eb8e66f061f9f6e2507809
Author: Michael Natterer <mitch gimp org>
Date:   Mon May 9 01:49:32 2016 +0200

    app: remove a call to gimp_image_map_apply() from GimpBlendTool
    
    It's not needed any longer after gimp_image_map_set_mode().

 app/tools/gimpblendtool.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpblendtool.c b/app/tools/gimpblendtool.c
index be46710..cf9eb49 100644
--- a/app/tools/gimpblendtool.c
+++ b/app/tools/gimpblendtool.c
@@ -632,8 +632,6 @@ gimp_blend_tool_options_notify (GimpTool         *tool,
       gimp_image_map_set_mode (blend_tool->image_map,
                                gimp_context_get_opacity (context),
                                gimp_context_get_paint_mode (context));
-
-      gimp_image_map_apply (blend_tool->image_map, NULL);
     }
 }
 


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