diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-21 15:14:11 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-21 15:14:11 +0900 |
commit | 8f32cd03059507c6b5bf3d26aaeb851c21d0437e (patch) | |
tree | 38635e279ad1c9404fd979b4ff44f0bfd4bab3ed | |
parent | 0f8ae2ce27e185fb37cf6bdde6644807c32abf73 (diff) |
Remove comment out code
Change-Id: Id8865d9fdb748c6a340816b24c3c36f63bfcda1a
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
-rw-r--r-- | src/app.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/app.cpp b/src/app.cpp index f509be0..c7b0391 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -1177,19 +1177,6 @@ void App::surface_created(uint32_t surface_id) this->controller->layers[*layer_id]->add_surface(surface_id); this->layout_commit(); - // activate the main_surface right away - /*if (surface_id == static_cast<unsigned>(this->layers.main_surface)) { - HMI_DEBUG("wm", "Activating main_surface (%d)", surface_id); - - this->api_activate_surface( - this->lookup_name(surface_id).value_or("unknown-name").c_str()); - }*/ - - // search pid from surfaceID - - // pick up appid from pid from application manager - - // check appid then add it to the client } void App::surface_removed(uint32_t surface_id) |