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)