rm some old commented code
This commit is contained in:
parent
81c164bbf9
commit
f305e7f18d
1 changed files with 0 additions and 3 deletions
|
@ -745,9 +745,6 @@ void Screen::raiseWindow(Client *client)
|
||||||
const ClientList::iterator end = _stacking.end();
|
const ClientList::iterator end = _stacking.end();
|
||||||
|
|
||||||
// the stacking list is from highest to lowest
|
// the stacking list is from highest to lowest
|
||||||
// for (;it != end, ++it) {
|
|
||||||
// if ((*it)->layer() <= client->layer() && m != *it) break;
|
|
||||||
// }
|
|
||||||
for (; it != end && ((*it)->layer() > client->layer() || m == *it); ++it);
|
for (; it != end && ((*it)->layer() > client->layer() || m == *it); ++it);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue