Removed declaration of gimp_rectangle_tool_update_and_redraw;

forgot that in previous patch.

svn path=/trunk/; revision=22904
This commit is contained in:
Martin Nordholts 2007-07-08 22:03:52 +00:00
parent 3ae75615d9
commit b62c673dcf

View file

@ -232,10 +232,6 @@ static void gimp_rectangle_tool_update_with_coord (GimpRectangleTool *re
gint new_x,
gint new_y);
static void gimp_rectangle_tool_update_and_redraw (GimpRectangleTool *rectangle_tool,
gint cursor_x,
gint cursor_y);
static void gimp_rectangle_tool_get_constraints (GimpRectangleTool *rectangle_tool,
gint *min_x,
gint *min_y,