diff --git a/gtk2_ardour/mixer_snapshots.cc b/gtk2_ardour/mixer_snapshots.cc index 0a5b9623f5..403a57c8f5 100644 --- a/gtk2_ardour/mixer_snapshots.cc +++ b/gtk2_ardour/mixer_snapshots.cc @@ -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));