summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-19 17:54:47 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-19 17:54:47 -0500
commit6acdfc69b785841ac10a324484ddd0208612a213 (patch)
tree7cd010c99bd5d6129dea0cbd41daf41dc6623da3 /libs/ardour/ardour/route.h
parent0dee3813f909748a5443222944698c46a27a45d6 (diff)
parent8b71e40fbd2112807e6ff7631dc8855feab0eed5 (diff)
visibility macros and flush() added to SrcFileSource; merge with master
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index 5cd17ee24e..fb2b18f177 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -256,7 +256,6 @@ class LIBARDOUR_API Route : public SessionObject, public Automatable, public Rou
int remove_processor (boost::shared_ptr<Processor>, ProcessorStreams* err = 0, bool need_process_lock = true);
int remove_processors (const ProcessorList&, ProcessorStreams* err = 0);
int reorder_processors (const ProcessorList& new_order, ProcessorStreams* err = 0);
- void set_custom_panner_uri (std::string const panner_uri);
void disable_processors (Placement);
void disable_processors ();
void disable_plugins (Placement);