[gimp] color-rotate: Remove dead assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] color-rotate: Remove dead assignment
- Date: Sat, 8 Oct 2011 13:33:45 +0000 (UTC)
commit f18946484f018dd192ef7b5deba4e298189cb312
Author: Mukund Sivaraman <muks banu com>
Date: Sat Oct 8 18:25:58 2011 +0530
color-rotate: Remove dead assignment
plug-ins/color-rotate/color-rotate-callbacks.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/color-rotate/color-rotate-callbacks.c b/plug-ins/color-rotate/color-rotate-callbacks.c
index eca631b..e8294a6 100644
--- a/plug-ins/color-rotate/color-rotate-callbacks.c
+++ b/plug-ins/color-rotate/color-rotate-callbacks.c
@@ -413,8 +413,6 @@ rcm_motion_notify_event (GtkWidget *widget,
alpha = &(circle->angle->alpha);
beta = &(circle->angle->beta);
cw_ccw = circle->angle->cw_ccw;
- delta = angle_mod_2PI (cw_ccw * (*beta - *alpha));
-
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]