summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-02-22 14:52:08 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-02-22 14:54:34 -0700
commit63fdfd9e8557f898e32612449c3ba77d79fde45c (patch)
tree8a824ca098d2ee5f59012a7ed5e52345d0e007ac /libs/ardour/route.cc
parent11ef82954efa74dd281f950bd6f7a677296419ad (diff)
remove PostTransportWorkCurveReallocate (no longer used)
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);