[gimp] app: remove unused variables in gimp_brush_core_create_bound_segs()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: remove unused variables in gimp_brush_core_create_bound_segs()
- Date: Fri, 8 Oct 2010 13:46:42 +0000 (UTC)
commit 9828f6db205a57a86d0178360c680374be8f2f8e
Author: Michael Natterer <mitch gimp org>
Date: Fri Oct 8 12:09:33 2010 +0200
app: remove unused variables in gimp_brush_core_create_bound_segs()
app/paint/gimpbrushcore.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/app/paint/gimpbrushcore.c b/app/paint/gimpbrushcore.c
index fac579b..fa44dee 100644
--- a/app/paint/gimpbrushcore.c
+++ b/app/paint/gimpbrushcore.c
@@ -946,18 +946,14 @@ void
gimp_brush_core_create_bound_segs (GimpBrushCore *core,
GimpPaintOptions *paint_options)
{
- TempBuf *mask = NULL;
+ TempBuf *mask = NULL;
gdouble scale;
- gdouble angle;
- gdouble aspect_ratio;
g_return_if_fail (GIMP_IS_BRUSH_CORE (core));
g_return_if_fail (core->main_brush != NULL);
g_return_if_fail (core->brush_bound_segs == NULL);
scale = paint_options->brush_scale;
- angle = paint_options->brush_angle;
- aspect_ratio = paint_options->brush_aspect_ratio;
if (scale > 0.0)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]