summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-06 17:33:33 +0200
committerRobin Gareus <robin@gareus.org>2015-10-06 18:16:12 +0200
commit96720089cfba20e023937e0d869a4c03fbf01ee2 (patch)
tree3d45136ad059cd348e12e7949a1a25571f8d5c49 /libs/ardour/route.cc
parent0cfb898802aa67f1a4459524606ab7ab62f05ea8 (diff)
remove newly unused code
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 89fd1d35db..3c2027007a 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -3396,19 +3396,6 @@ Route::output_change_handler (IOChange change, void * /*src*/)
}
}
-void
-Route::cancel_solo_after_disconnect (bool upstream)
-{
- assert (0); // no longer used -- TODO remove cruft
- if (upstream) {
- _soloed_by_others_upstream = 0;
- } else {
- _soloed_by_others_downstream = 0;
- }
- set_mute_master_solo ();
- solo_changed (false, this);
-}
-
uint32_t
Route::pans_required () const
{