diff --git a/libs/plasmagenericshell/panelshadows.cpp b/libs/plasmagenericshell/panelshadows.cpp index 81654a77..d727559c 100644 --- a/libs/plasmagenericshell/panelshadows.cpp +++ b/libs/plasmagenericshell/panelshadows.cpp @@ -36,7 +36,6 @@ class PanelShadows::Private public: Private(PanelShadows *shadows) : q(shadows), - m_managePixmaps(true), top(0), right(0), bottom(0), @@ -61,7 +60,6 @@ public: QList m_shadowPixmaps; QVector data; QSet m_windows; - bool m_managePixmaps; int top; int right; int bottom;