From 9e3d5fd97908b5a567dcb6b09c87dd9e9718ac3d Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 9 Dec 2022 06:11:22 +0200 Subject: [PATCH] kwin: remove irrelevant TODO there is C++11 now but what is it needed for? Signed-off-by: Ivailo Monev --- kwin/placement.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/kwin/placement.cpp b/kwin/placement.cpp index 07432b17..44b833c9 100644 --- a/kwin/placement.cpp +++ b/kwin/placement.cpp @@ -165,7 +165,6 @@ void Placement::placeAtRandom(Client* c, const QRect& area, Policy /*next*/) c->move(tx, ty); } -// TODO: one day, there'll be C++11 ... static inline bool isIrrelevant(const Client *client, const Client *regarding, int desktop) { if (!client)