mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
No need to keep the sorter struct around
This commit is contained in:
parent
a4ee7fa2fa
commit
57a93380b6
1 changed files with 1 additions and 2 deletions
|
|
@ -5904,8 +5904,7 @@ Editor::redisplay_track_views ()
|
||||||
|
|
||||||
_tvl_redisplay_on_resume = false;
|
_tvl_redisplay_on_resume = false;
|
||||||
|
|
||||||
TrackViewStripableSorter cmp;
|
track_views.sort (TrackViewStripableSorter ());
|
||||||
track_views.sort (cmp);
|
|
||||||
|
|
||||||
uint32_t position;
|
uint32_t position;
|
||||||
TrackViewList::const_iterator i;
|
TrackViewList::const_iterator i;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue