[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.
icc-effect-5.17.5
Vlad Zagorodniy 2018-10-09 20:33:58 +03:00
parent 5d5816be2b
commit a4fc04b753
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ public:
~FullScreenEffectLock();
private:
Q_DISABLE_COPY(FullScreenEffectLock)
void *d; //unused currently
};
typedef QSharedPointer<FullScreenEffectLock> FullScreenEffectLockPtr;