color-rotate: Remove dead assignment

This commit is contained in:
Mukund Sivaraman 2011-10-08 18:25:58 +05:30
parent 9a3ee43ff6
commit f18946484f
1 changed files with 0 additions and 2 deletions

View File

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