readability: Do not close ifdef only to open it again

This commit is contained in:
Aleix Pol 2022-04-12 01:38:47 +02:00 committed by Aleix Pol Gonzalez
parent 1ada1c0652
commit 4b9fc5f9ce

View file

@ -72,9 +72,6 @@ StrutRect &StrutRect::operator=(const StrutRect &other)
return *this;
}
#endif
#ifndef KCMRULES
void updateXTime()
{
kwinApp()->platform()->updateXTime();