app: refactor all motion managment to use scale factors passed with coords

This commit is contained in:
Alexia Death
2014-11-14 22:54:27 +02:00
parent 9a953a9239
commit b161253939
3 changed files with 2 additions and 12 deletions

View File

@ -85,8 +85,6 @@ void gimp_motion_buffer_end_stroke (GimpMotionBuffer *buffer);
gboolean gimp_motion_buffer_motion_event (GimpMotionBuffer *buffer,
GimpCoords *coords,
guint32 time,
gdouble scale_x,
gdouble scale_y,
gboolean event_fill);
guint32 gimp_motion_buffer_get_last_motion_time (GimpMotionBuffer *buffer);