From 5a7b7b3bfb408ef3556e07132870b37d79180e69 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 12 May 2020 10:00:45 -0600 Subject: remove Route::reload_loop() and derivatives Replacement to follow in subsequent commit --- libs/ardour/session.cc | 7 ------- 1 file changed, 7 deletions(-) (limited to 'libs/ardour/session.cc') diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index b138791a80..7992144926 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -1504,13 +1504,6 @@ Session::auto_loop_changed (Location* location) replace_event (SessionEvent::AutoLoop, location->end(), location->start()); - const bool rolling = transport_rolling (); - - boost::shared_ptr r = routes.reader (); - - for (RouteList::iterator i = r->begin(); i != r->end(); ++i) { - (*i)->reload_loop (); - } if (rolling) { -- cgit v1.2.3