summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
diff options
context:
space:
mode:
authorRJ Ryan <rryan@mixxx.org>2014-10-21 15:58:06 -0400
committerRJ Ryan <rryan@mixxx.org>2014-10-21 15:58:06 -0400
commiteb265df04e7bd0bdefbce8354326c552eb6ffb10 (patch)
treeba78f36e8e1a8686a48ef166e64415aabf0e0e7c /src/widget/wcoverart.h
parent5d2fa92af0f2fc0923546dfa2cdfa0e4991b1395 (diff)
Some NULL-safety changes.
Diffstat (limited to 'src/widget/wcoverart.h')
-rw-r--r--src/widget/wcoverart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widget/wcoverart.h b/src/widget/wcoverart.h
index 6e0fa12f42..98ef4b3f7b 100644
--- a/src/widget/wcoverart.h
+++ b/src/widget/wcoverart.h
@@ -42,7 +42,6 @@ class WCoverArt : public QWidget, public WBaseWidget {
private:
QPixmap scaledCoverArt(QPixmap normal);
- CoverArtCache* m_pCoverCache;
bool m_bEnableWidget;
WCoverArtMenu* m_pMenu;
QPixmap m_loadedCover;