Reformat a bit, essentially just removed one pointless level of

2008-01-19  Martin Nordholts  <martinn@svn.gnome.org>

	* app/tools/gimpeditselectiontool.c
	(gimp_edit_selection_tool_motion): Reformat a bit, essentially
	just removed one pointless level of indentation.

svn path=/trunk/; revision=24655
This commit is contained in:
Martin Nordholts
2008-01-19 15:08:39 +00:00
committed by Martin Nordholts
parent 708f1fcaf0
commit 7a190d35fd
2 changed files with 101 additions and 103 deletions

View File

@ -1,3 +1,9 @@
2008-01-19 Martin Nordholts <martinn@svn.gnome.org>
* app/tools/gimpeditselectiontool.c
(gimp_edit_selection_tool_motion): Reformat a bit, essentially
just removed one pointless level of indentation.
2008-01-18 Øyvind Kolås <pippin@gimp.org>
Removed copies of GEGL headers from GIMP source, depend on installed

View File

@ -543,6 +543,7 @@ gimp_edit_selection_tool_motion (GimpTool *tool,
GimpItem *active_item;
gint off_x, off_y;
gdouble motion_x, motion_y;
gint x, y;
gdk_flush ();
@ -568,12 +569,6 @@ gimp_edit_selection_tool_motion (GimpTool *tool,
gimp_edit_selection_tool_calc_coords (edit_select,
motion_x,
motion_y);
/******************************************* adam's live move *******/
/********************************************************************/
{
gint x, y;
x = edit_select->x;
y = edit_select->y;
@ -679,9 +674,6 @@ gimp_edit_selection_tool_motion (GimpTool *tool,
}
gimp_projection_flush (display->image->projection);
}
/********************************************************************/
/********************************************************************/
gimp_tool_pop_status (tool, display);
gimp_tool_push_status_coords (tool, display,