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:

committed by
Martin Nordholts

parent
708f1fcaf0
commit
7a190d35fd
@ -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
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user