[libkwineffects] Delete d-ptr in the fullscreen effect lock
The fullscreen effect lock is a part of private implementation, thus we don't need to use d-pointers.
This commit is contained in:
parent
5d5816be2b
commit
a4fc04b753
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ public:
|
||||||
~FullScreenEffectLock();
|
~FullScreenEffectLock();
|
||||||
private:
|
private:
|
||||||
Q_DISABLE_COPY(FullScreenEffectLock)
|
Q_DISABLE_COPY(FullScreenEffectLock)
|
||||||
void *d; //unused currently
|
|
||||||
};
|
};
|
||||||
typedef QSharedPointer<FullScreenEffectLock> FullScreenEffectLockPtr;
|
typedef QSharedPointer<FullScreenEffectLock> FullScreenEffectLockPtr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue