PlaylistManager: Remove unused InvalidateDeletedSongs function

This commit is contained in:
Jonas Kvinge
2025-01-04 00:09:26 +01:00
parent 9ee5c8dc17
commit a13fc31f83
3 changed files with 0 additions and 13 deletions

View File

@@ -59,8 +59,6 @@ class PlaylistManagerInterface : public QObject {
// Returns the collection of playlists managed by this PlaylistManager.
virtual QList<Playlist*> GetAllPlaylists() const = 0;
// Grays out and reloads all deleted songs in all playlists.
virtual void InvalidateDeletedSongs() = 0;
// Removes all deleted songs from all playlists.
virtual void RemoveDeletedSongs() = 0;