[gimp/metadata-browser] curve-bend: Delete dead variable and assignment
- From: Roman Joost <romanofski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/metadata-browser] curve-bend: Delete dead variable and assignment
- Date: Fri, 2 Dec 2011 02:17:34 +0000 (UTC)
commit 4fc4acd51849223678aab95c9e1a5b2cdbebff5b
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]