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

This commit is contained in:
Martin Nordholts 2010-01-02 20:19:39 +01:00
parent c380512ce1
commit 69f28be91c
1 changed files with 0 additions and 1 deletions

View File

@ -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);