[gimp/metadata-browser] color-rotate: Delete dead variables and assignments
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] color-rotate: Delete dead variables and assignments
- Date: Fri, 2 Dec 2011 02:17:49 +0000 (UTC)
commit 102c98501147b891371838f883c9722327b09c4b
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]