summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-09-16 21:45:10 +0000
committerCarl Hetherington <carl@carlh.net>2011-09-16 21:45:10 +0000
commite65636a0873dfe78af1625ea1c9d15d6c0e8b881 (patch)
tree7978b4a0896585ee86c7c79765082200592df799 /libs/ardour/route.cc
parent32cc3995955cff4b01f127b9d7ee1c350a8e084f (diff)
Remove unused parameter.
git-svn-id: svn://localhost/ardour2/branches/3.0@10090 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 8d1c1c8397..6ee40103f1 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2763,7 +2763,7 @@ Route::pans_required () const
int
Route::no_roll (pframes_t nframes, framepos_t start_frame, framepos_t end_frame,
- bool session_state_changing, bool /*can_record*/, bool /*rec_monitors_input*/)
+ bool session_state_changing, bool /*can_record*/)
{
Glib::RWLock::ReaderLock lm (_processor_lock, Glib::TRY_LOCK);
if (!lm.locked()) {