summaryrefslogtreecommitdiff
path: root/libs/panners/2in2out/panner_2in2out.h
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/panners/2in2out/panner_2in2out.h
parent60bcefd03dc020afd206ce59a38ebb9a569dc3b2 (diff)
Pan: consolidate what_can_be_automated API
Diffstat (limited to 'libs/panners/2in2out/panner_2in2out.h')
-rw-r--r--libs/panners/2in2out/panner_2in2out.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/panners/2in2out/panner_2in2out.h b/libs/panners/2in2out/panner_2in2out.h
index f41944a911..4816be7734 100644
--- a/libs/panners/2in2out/panner_2in2out.h
+++ b/libs/panners/2in2out/panner_2in2out.h
@@ -58,8 +58,6 @@ class Panner2in2out : public Panner
double position () const;
double width () const;
- std::set<Evoral::Parameter> what_can_be_automated() const;
-
static Panner* factory (boost::shared_ptr<Pannable>, boost::shared_ptr<Speakers>);
std::string value_as_string (boost::shared_ptr<const AutomationControl>) const;