From 4b9fc5f9ce95a843fb0d49d5cda85f91158a6486 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Tue, 12 Apr 2022 01:38:47 +0200 Subject: [PATCH] readability: Do not close ifdef only to open it again --- src/utils/common.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/utils/common.cpp b/src/utils/common.cpp index d8b3e80d6e..591811d957 100644 --- a/src/utils/common.cpp +++ b/src/utils/common.cpp @@ -72,9 +72,6 @@ StrutRect &StrutRect::operator=(const StrutRect &other) return *this; } -#endif - -#ifndef KCMRULES void updateXTime() { kwinApp()->platform()->updateXTime();