mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 17:37:41 +01:00
remove unnecessary check for lists
This commit is contained in:
parent
05a93ce6fd
commit
2ea77a93ca
1 changed files with 0 additions and 4 deletions
|
|
@ -614,10 +614,6 @@ void MixerSnapshotList::redisplay()
|
|||
active_list = _session->snapshot_manager().get_local_snapshots();
|
||||
}
|
||||
|
||||
if(active_list.empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
_snapshot_model->clear();
|
||||
for(SnapshotList::const_iterator it = active_list.begin(); it != active_list.end(); it++) {
|
||||
new_row_from_snapshot((*it));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue