diff options
-rw-r--r-- | src/window_manager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window_manager.cpp b/src/window_manager.cpp index beb8eac..4a155c9 100644 --- a/src/window_manager.cpp +++ b/src/window_manager.cpp @@ -684,8 +684,6 @@ void WindowManager::send_event(char const *evname, char const *label, char const */ void WindowManager::surface_created(uint32_t surface_id) { - // For set role function - HMI_DEBUG("wm", "Get surface's owner"); this->controller->get_surface_properties(surface_id, IVI_WM_PARAM_SIZE); auto layer_id = this->layers.get_layer_id(surface_id); |