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:
parent
832f2b5a89
commit
ee537050dd
1 changed files with 0 additions and 1 deletions
1
utils.h
1
utils.h
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue