Remove extern initing from utils.h

It's only used in main.cpp where the static variable is defined.

REVIEW: 110191
icc-effect-5.14.5
Martin Gräßlin 2013-04-25 17:46:32 +02:00
parent 832f2b5a89
commit ee537050dd
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ typedef QList< Group* > GroupList;
typedef QList< const Group* > ConstGroupList;
extern Options* options;
extern bool initting; // whether kwin is starting up
enum Layer {
UnknownLayer = -1,