mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
libs: remove now unused variable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
06aa57376f
commit
4b5a974815
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue