diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-03 11:39:08 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-08-08 17:24:00 +0200 |
commit | 895f0779a75df433b46a0a7b9e6dd845da884018 (patch) | |
tree | e69f198cbed5188fc0a5db940b92bf36aa3b13d3 | |
parent | 04c862b9957ea86959bd533cb1ac497ddb52759d (diff) |
app: remove spurious comment
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | src/app.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp index 713fd1e..57d1b17 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -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); } |