[gimp] curve-bend: Delete dead variable and assignment
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] curve-bend: Delete dead variable and assignment
- Date: Mon, 10 Oct 2011 04:43:58 +0000 (UTC)
commit 90a4886ce4130d5946a24ca8fa300065c3e0c066
Author: Mukund Sivaraman <muks banu com>
Date: Mon Oct 10 10:11:40 2011 +0530
curve-bend: Delete dead variable and assignment
plug-ins/common/curve-bend.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/curve-bend.c b/plug-ins/common/curve-bend.c
index e2b6515..340f3bb 100644
--- a/plug-ins/common/curve-bend.c
+++ b/plug-ins/common/curve-bend.c
@@ -2158,7 +2158,6 @@ bender_graph_events (GtkWidget *widget,
{
static GdkCursorType cursor_type = GDK_TOP_LEFT_ARROW;
GdkCursorType new_type;
- GdkEventButton *bevent;
GdkEventMotion *mevent;
int i;
int tx, ty;
@@ -2200,7 +2199,6 @@ bender_graph_events (GtkWidget *widget,
break;
case GDK_BUTTON_PRESS:
- bevent = (GdkEventButton *) event;
new_type = GDK_TCROSS;
switch (cd->curve_type)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]