[libkwineffects] Delete unused constant

Summary:
The constant is a leftover after
2569768074.

Test Plan: Compiles.

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D16373
This commit is contained in:
Vlad Zagorodniy 2018-10-22 18:23:13 +03:00
parent 57f313e500
commit 655d8af8be

View file

@ -30,7 +30,6 @@ QDebug operator<<(QDebug dbg, const KWin::AniData &a)
}
using namespace KWin;
static const int Gaussian = 46;
FullScreenEffectLock::FullScreenEffectLock(Effect *effect)
{