summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-17 03:49:32 +0000
committerDavid Robillard <d@drobilla.net>2009-02-17 03:49:32 +0000
commit3f24977735b06f9b39a82d66c216ba27e3a302d5 (patch)
treef8c436d7350da2a14546aa047cf9cfbe83ecceff /libs/ardour/route.cc
parent4fced02c0b9805e7b25dd91bf871d2dfe7350393 (diff)
Make a bunch of stuff boost::noncopyable.
Clean up. git-svn-id: svn://localhost/ardour2/branches/3.0@4613 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index e1093f2f8f..ea2a472495 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -1292,7 +1292,6 @@ Route::add_processors (const ProcessorList& others, ProcessorStreams* err)
/** Turn off all processors with a given placement
* @param p Placement of processors to disable
*/
-
void
Route::disable_processors (Placement p)
{
@@ -1309,7 +1308,6 @@ Route::disable_processors (Placement p)
/** Turn off all redirects
*/
-
void
Route::disable_processors ()
{
@@ -1325,7 +1323,6 @@ Route::disable_processors ()
/** Turn off all redirects with a given placement
* @param p Placement of redirects to disable
*/
-
void
Route::disable_plugins (Placement p)
{
@@ -1342,7 +1339,6 @@ Route::disable_plugins (Placement p)
/** Turn off all plugins
*/
-
void
Route::disable_plugins ()
{