]> Dogcows Code - chaz/openbox/commitdiff
rm some old commented code
authorDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 16:28:00 +0000 (16:28 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 10 Feb 2003 16:28:00 +0000 (16:28 +0000)
src/screen.cc

index b556e7acdc3e02d4b1868d753f8c74180d9c3d56..dfcc8375d055613f2cfb6749f2e166ac5a252405 100644 (file)
@@ -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);
 
   /*
This page took 0.029483 seconds and 4 git commands to generate.