summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/automation_line.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index d7b3f3e68d..a6b2c64b12 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -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