Push of automation points is done on the GUI side, so no need to do it on sync as well.

git-svn-id: svn://localhost/ardour2/branches/3.0@12508 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2012-05-31 17:08:32 +00:00
parent 524b61731a
commit a4ed608e4d

View File

@@ -619,11 +619,6 @@ AutomationLine::sync_model_with_view_point (ControlPoint& cp, framecnt_t distanc
view_to_model_coord_y (view_y);
alist->modify (cp.model(), view_x, view_y);
if (did_push) {
/* move all points after cp by the same distance */
alist->slide (cp.model()++, _time_converter->from (distance));
}
}
bool