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

@@ -280,8 +280,6 @@ class CollectionModel : public SimpleTreeModel<CollectionItem> {
QIcon album_icon_;
// Used as a generic icon to show when no cover art is found, fixed to the same size as the artwork (32x32)
QPixmap no_cover_icon_;
QIcon playlists_dir_icon_;
QIcon playlist_icon_;
static QNetworkDiskCache *sIconCache;