[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
remotes/origin/davidedmundson/faster_props
Vlad Zagorodniy 8 years ago
parent 57f313e500
commit 655d8af8be
  1. 1
      libkwineffects/anidata.cpp

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

Loading…
Cancel
Save