mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
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:
parent
4e7c4da52c
commit
9e3d5fd979
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue