summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index b48b3b5a2b..e4e790b089 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -3071,13 +3071,6 @@ Route::set_processor_state (XMLNode const & node, XMLProperty const* prop, Proce
}
void
-Route::curve_reallocate ()
-{
-// _gain_automation_curve.finish_resize ();
-// _pan_automation_curve.finish_resize ();
-}
-
-void
Route::silence (samplecnt_t nframes)
{
Glib::Threads::RWLock::ReaderLock lm (_processor_lock, Glib::Threads::TRY_LOCK);