libs: remove now unused variable

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-11-30 00:37:56 +02:00
parent 06aa57376f
commit 4b5a974815

View file

@ -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<KPixmap> m_shadowPixmaps;
QVector<unsigned long> data;
QSet<const QWidget *> m_windows;
bool m_managePixmaps;
int top;
int right;
int bottom;