diff --git a/src/libtomahawk/playlist/PlayableItem.cpp b/src/libtomahawk/playlist/PlayableItem.cpp index ba07788d3..ccd8f55f3 100644 --- a/src/libtomahawk/playlist/PlayableItem.cpp +++ b/src/libtomahawk/playlist/PlayableItem.cpp @@ -172,12 +172,6 @@ PlayableItem::onResultsChanged() emit dataChanged(); } -void PlayableItem::slotCoverChanged() -{ - qDebug() << "emitted coverChanged"; -} - - QString PlayableItem::name() const { diff --git a/src/libtomahawk/playlist/PlayableItem.h b/src/libtomahawk/playlist/PlayableItem.h index 5305f4b8d..0aede1506 100644 --- a/src/libtomahawk/playlist/PlayableItem.h +++ b/src/libtomahawk/playlist/PlayableItem.h @@ -69,7 +69,6 @@ signals: private slots: void onResultsChanged(); - void slotCoverChanged(); private: void init( PlayableItem* parent, int row = -1 );