[gimp/blend-tool-fun: 109/163] Revert "app: save first and last color of the blend tool gradient..."



commit 7add5d9ab41d02babe8ae7bd03527009982e298a
Author: Jehan <jehan girinstud io>
Date:   Thu Oct 8 19:14:52 2015 +0200

    Revert "app: save first and last color of the blend tool gradient..."
    
    This reverts commit 2cef834198c4e494be78d3f7b56ec26b2dd124a6.
    This feature is "undiscoverable" according to Mitch, and we are not sure
    how much the endpoint colors are special to the user.

 app/core/gimpdrawable-blend.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/app/core/gimpdrawable-blend.c b/app/core/gimpdrawable-blend.c
index 189ce63..45ef958 100644
--- a/app/core/gimpdrawable-blend.c
+++ b/app/core/gimpdrawable-blend.c
@@ -34,7 +34,6 @@
 #include "gegl/gimp-gegl-utils.h"
 
 #include "gimp.h"
-#include "gimp-palettes.h"
 #include "gimp-utils.h"
 #include "gimpchannel.h"
 #include "gimpcontext.h"
@@ -97,7 +96,6 @@ gimp_drawable_blend (GimpDrawable         *drawable,
 {
   GimpImage  *image;
   GeglBuffer *buffer;
-  GimpRGB     color;
   gint        x, y, width, height;
 
   g_return_if_fail (GIMP_IS_DRAWABLE (drawable));
@@ -113,12 +111,6 @@ gimp_drawable_blend (GimpDrawable         *drawable,
 
   gimp_set_busy (image->gimp);
 
-  /* Let's save the first and last color of a gradient. */
-  gimp_gradient_get_color_at (gradient, context, NULL, 0.0, FALSE, &color);
-  gimp_palettes_add_color_history (context->gimp, &color);
-  gimp_gradient_get_color_at (gradient, context, NULL, 1.0, FALSE, &color);
-  gimp_palettes_add_color_history (context->gimp, &color);
-
   /*  Always create an alpha temp buf (for generality) */
   buffer = gegl_buffer_new (GEGL_RECTANGLE (x, y, width, height),
                             gimp_drawable_get_format_with_alpha (drawable));


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