[gimp] app: Remove unused variable 'hardness' in paint/gimpbrushcore.c



commit 69f28be91c17d1741ac48fafcb4db461345fd7cb
Author: Martin Nordholts <martinn src gnome org>
Date:   Sat Jan 2 20:19:39 2010 +0100

    app: Remove unused variable 'hardness' in paint/gimpbrushcore.c

 app/paint/gimpbrushcore.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/app/paint/gimpbrushcore.c b/app/paint/gimpbrushcore.c
index 5c8e028..d9d225d 100644
--- a/app/paint/gimpbrushcore.c
+++ b/app/paint/gimpbrushcore.c
@@ -949,7 +949,6 @@ gimp_brush_core_create_bound_segs (GimpBrushCore    *core,
   gdouble  scale;
   gdouble  angle;
   gdouble  aspect_ratio;
-  gdouble  hardness;
 
   g_return_if_fail (GIMP_IS_BRUSH_CORE (core));
   g_return_if_fail (core->main_brush != NULL);



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