Revert "Keep Location List ordered by start-time"

This reverts commit 67f6363dcd.

This VERY slow when there are many locations in the session
e.g. with #9568 it can take seconds.
This commit is contained in:
Robin Gareus 2023-12-08 22:12:48 +01:00
parent 67f6363dcd
commit 857d8096a9
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 1 additions and 18 deletions

View file

@ -202,9 +202,6 @@ private:
void location_remove_requested (ARDOUR::Location *);
void location_redraw_ranges ();
void queue_refresh_location_list ();
bool idle_refresh_location_list ();
sigc::connection _redisplay_connection;
gint do_location_remove (ARDOUR::Location *);