app: remove spurious comment
[staging/windowmanager.git] / src / app.cpp
index 713fd1e..57d1b17 100644 (file)
@@ -335,7 +335,6 @@ char const *App::activate_surface(uint32_t surface_id) {
    // Set all others invisible
    for (auto &i: this->controller->surfaces) {
       auto &si = this->controller->sprops[i.second->id];
-      // XXX: filtering out homescreen ID ... set this in a known place!!1
       if (si.visibility == 1 && si.id != s->id && int(si.id) != this->layers.main_surface) {
          i.second->set_visibility(0);
       }