From a4fc04b75396c90d12d346236cb2972c556a912c Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Tue, 9 Oct 2018 20:33:58 +0300 Subject: [PATCH] [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. --- libkwineffects/anidata_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libkwineffects/anidata_p.h b/libkwineffects/anidata_p.h index 0f53c164f7..cbd301cc59 100644 --- a/libkwineffects/anidata_p.h +++ b/libkwineffects/anidata_p.h @@ -37,7 +37,6 @@ public: ~FullScreenEffectLock(); private: Q_DISABLE_COPY(FullScreenEffectLock) - void *d; //unused currently }; typedef QSharedPointer FullScreenEffectLockPtr;