[gimp] color-rotate: Delete dead variables and assignments
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] color-rotate: Delete dead variables and assignments
- Date: Tue, 11 Oct 2011 05:03:00 +0000 (UTC)
commit 3f62941c78b28379e52d67b3d60bd014da0e0b37
Author: Mukund Sivaraman <muks banu com>
Date: Tue Oct 11 09:56:46 2011 +0530
color-rotate: Delete dead variables and assignments
plug-ins/color-rotate/color-rotate-callbacks.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/plug-ins/color-rotate/color-rotate-callbacks.c b/plug-ins/color-rotate/color-rotate-callbacks.c
index e8294a6..5c96b75 100644
--- a/plug-ins/color-rotate/color-rotate-callbacks.c
+++ b/plug-ins/color-rotate/color-rotate-callbacks.c
@@ -407,12 +407,6 @@ rcm_motion_notify_event (GtkWidget *widget,
RcmCircle *circle)
{
gfloat clicked_angle, delta;
- gfloat *alpha, *beta;
- gint cw_ccw;
-
- alpha = &(circle->angle->alpha);
- beta = &(circle->angle->beta);
- cw_ccw = circle->angle->cw_ccw;
clicked_angle = angle_mod_2PI (arctg (CENTER - event->y, event->x - CENTER));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]