summaryrefslogtreecommitdiff
path: root/libs/ardour/panner.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-19 17:40:32 +0200
committerRobin Gareus <robin@gareus.org>2017-06-21 13:16:27 +0200
commit7c94499aeca8a67ee5f0fe51fb4f957d6618fef4 (patch)
tree94fa3d66ad0414226aba274bfc77bf7f451e297e /libs/ardour/panner.cc
parent31c6f66d9b75c70a4b02dfa78d5b45b357e18fe8 (diff)
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.
Diffstat (limited to 'libs/ardour/panner.cc')
-rw-r--r--libs/ardour/panner.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/libs/ardour/panner.cc b/libs/ardour/panner.cc
index 59e4e2e977..a388b5fdc2 100644
--- a/libs/ardour/panner.cc
+++ b/libs/ardour/panner.cc
@@ -67,12 +67,6 @@ Panner::distribute_automated (BufferSet& ibufs, BufferSet& obufs,
}
void
-Panner::set_automation_style (AutoStyle style)
-{
- _pannable->set_automation_style (style);
-}
-
-void
Panner::set_automation_state (AutoState state)
{
_pannable->set_automation_state (state);
@@ -84,12 +78,6 @@ Panner::automation_state () const
return _pannable->automation_state();
}
-AutoStyle
-Panner::automation_style () const
-{
- return _pannable->automation_style ();
-}
-
bool
Panner::touching () const
{