app: remove "gboolean use_offsets" from gimpdisplayshell-transform.[ch]

This commit is contained in:
Michael Natterer
2010-09-23 10:50:39 +02:00
parent a0cb4fe805
commit ddc63de6d6
20 changed files with 100 additions and 246 deletions

View File

@ -185,8 +185,7 @@ gimp_canvas_polygon_transform (GimpCanvasItem *item,
private->points[i].x,
private->points[i].y,
&points[i].x,
&points[i].y,
FALSE);
&points[i].y);
points[i].x = PROJ_ROUND (points[i].x) + 0.5;
points[i].y = PROJ_ROUND (points[i].y) + 0.5;