summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-31 17:08:32 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-31 17:08:32 +0000
commita4ed608e4d6679f5257d8ad4190da6693dc3ff29 (patch)
treee4e251d01e84a4cfb42b0833bd345a435ebde1f3 /gtk2_ardour/automation_line.cc
parent524b61731a6be39f74cef126627d138309303e41 (diff)
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
Diffstat (limited to 'gtk2_ardour/automation_line.cc')
-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