]> Dogcows Code - chaz/openbox/blobdiff - src/screen.cc
rm some old commented code
[chaz/openbox] / 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.025306 seconds and 4 git commands to generate.