remove unused variable.

2008-05-21  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpcurvestool.c: remove unused variable.


svn path=/trunk/; revision=25740
This commit is contained in:
Michael Natterer
2008-05-21 19:12:49 +00:00
committed by Michael Natterer
parent 54884aea92
commit 48fbb509a4
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-05-21 Michael Natterer <mitch@gimp.org>
* app/tools/gimpcurvestool.c: remove unused variable.
2008-05-21 Martin Nordholts <martinn@svn.gnome.org>
* app/core/gimpscanconvert.c (gimp_scan_convert_add_polyline):

View File

@ -417,7 +417,6 @@ gimp_curves_tool_dialog (GimpImageMapTool *image_map_tool)
GtkWidget *hbox;
GtkWidget *hbox2;
GtkWidget *label;
GtkWidget *bbox;
GtkWidget *frame;
GtkWidget *table;
GtkWidget *button;