From d3a4dd6da6032bafcbc830b1066c8b8a1aab6a6b Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 22 Jun 2025 20:36:57 +0200 Subject: [PATCH] CollectionView: Remove unused declaration --- src/collection/collectionview.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/collection/collectionview.h b/src/collection/collectionview.h index a1184d226..22b7d7e45 100644 --- a/src/collection/collectionview.h +++ b/src/collection/collectionview.h @@ -138,7 +138,6 @@ class CollectionView : public AutoExpandingTreeView { void DeleteFilesFinished(const SongList &songs_with_errors); private: - void RecheckIsEmpty(); void SetShowInVarious(const bool on); bool RestoreLevelFocus(const QModelIndex &parent = QModelIndex()); void SaveContainerPath(const QModelIndex &child);