From 7c94499aeca8a67ee5f0fe51fb4f957d6618fef4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 19 Jun 2017 17:40:32 +0200 Subject: Remove Cruft -- AutomationStyle never did anything. Trim automation is planned via SlavableAC as normal AutomationMode. Some of this code have a revival (a special "Trim+Preview" state before merging Automation but that has to be more general than Pan & Gain. --- libs/ardour/automation_control.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libs/ardour/automation_control.cc') diff --git a/libs/ardour/automation_control.cc b/libs/ardour/automation_control.cc index e22379f75c..5da1d14d8b 100644 --- a/libs/ardour/automation_control.cc +++ b/libs/ardour/automation_control.cc @@ -242,13 +242,6 @@ AutomationControl::set_automation_state (AutoState as) } } -void -AutomationControl::set_automation_style (AutoStyle as) -{ - if (!_list) return; - alist()->set_automation_style (as); -} - void AutomationControl::start_touch(double when) { -- cgit v1.2.3