summaryrefslogtreecommitdiff
path: root/libs/ardour/panner.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-21 03:43:21 +0100
committerRobin Gareus <robin@gareus.org>2020-03-21 19:46:39 +0100
commit386264bd235a042d5d46550b04f6bdbdc3aac54b (patch)
tree0af81b922f1077778063e43384d634ff5cd14cf4 /libs/ardour/panner.cc
parent60bcefd03dc020afd206ce59a38ebb9a569dc3b2 (diff)
Pan: consolidate what_can_be_automated API
Diffstat (limited to 'libs/ardour/panner.cc')
-rw-r--r--libs/ardour/panner.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/panner.cc b/libs/ardour/panner.cc
index c0e93fcc91..5ffb2ade88 100644
--- a/libs/ardour/panner.cc
+++ b/libs/ardour/panner.cc
@@ -86,12 +86,6 @@ Panner::touching () const
return _pannable->touching ();
}
-set<Evoral::Parameter>
-Panner::what_can_be_automated() const
-{
- return _pannable->what_can_be_automated ();
-}
-
int
Panner::set_state (XMLNode const &, int)
{