Remove unused collection playlist container type

This commit is contained in:
Jonas Kvinge
2020-08-12 21:33:38 +02:00
parent ba89e0f4e3
commit f84128ecbd
5 changed files with 1 additions and 12 deletions

View File

@@ -120,7 +120,6 @@ class ContextAlbumsModel : public SimpleTreeModel<CollectionItem> {
QMap<int, CollectionItem*> song_nodes_;
QIcon album_icon_;
QPixmap no_cover_icon_;
QIcon playlists_dir_icon_;
AlbumCoverLoaderOptions cover_loader_options_;
typedef QPair<CollectionItem*, QString> ItemAndCacheKey;
QMap<quint64, ItemAndCacheKey> pending_art_;