Remove extern initing from utils.h

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

REVIEW: 110191
This commit is contained in:
Martin Gräßlin 2013-04-25 17:46:32 +02:00
parent 832f2b5a89
commit ee537050dd

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,