From ee537050dd0864126b3e1879b06175ae38e4e3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 25 Apr 2013 17:46:32 +0200 Subject: [PATCH] Remove extern initing from utils.h It's only used in main.cpp where the static variable is defined. REVIEW: 110191 --- utils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/utils.h b/utils.h index a411322fd1..7ff078dd92 100644 --- a/utils.h +++ b/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,