kwin: remove irrelevant TODO

there is C++11 now but what is it needed for?

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-09 06:11:22 +02:00
parent 4e7c4da52c
commit 9e3d5fd979

View file

@ -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)