From: Dana Jansens Date: Mon, 10 Feb 2003 16:28:00 +0000 (+0000) Subject: rm some old commented code X-Git-Tag: openbox-3_0-rc1-RELEASE~2179 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=f305e7f18dd9745e99518da7ca70183c3084a991;p=dana%2Fopenbox.git rm some old commented code --- diff --git a/src/screen.cc b/src/screen.cc index b556e7ac..dfcc8375 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -745,9 +745,6 @@ void Screen::raiseWindow(Client *client) const ClientList::iterator end = _stacking.end(); // 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); /*