From 2e1cda3fd9db9ee2829bdd7b8de5bed429bac235 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Wed, 11 Dec 2024 08:45:29 +0900 Subject: [PATCH] e_comp_screen: remove the comment Change-Id: I37efb71e05f09230298944cacf4bc19d2f2c995b --- src/bin/e_comp_screen.c | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/src/bin/e_comp_screen.c b/src/bin/e_comp_screen.c index a55ef1e2eb..9975431cac 100644 --- a/src/bin/e_comp_screen.c +++ b/src/bin/e_comp_screen.c @@ -934,17 +934,6 @@ e_comp_screen_init() ecore_event_add(E_EVENT_SCREEN_CHANGE, NULL, NULL, NULL); -#if 0 - e_main_ts_begin("\tE_Hwc Ecore_Evas Init"); - if (!e_hwc_ecore_evas_init()) - { - e_main_ts_end("\ttE_Hwc Ecore_Evas Init Failed"); - ERR("fail to e_hwc_ecore_evas_init"); - goto failed_comp_screen; - } - e_main_ts_end("\tE_Hwc Ecore_Evas Init Done"); -#endif - /* canvas */ e_main_ts_begin("\tE_Comp_Canvas Init"); if (!e_comp_canvas_init(e_comp_screen)) @@ -1004,17 +993,6 @@ e_comp_screen_init() } e_main_ts_end("\tE_Pointer New Done"); - /* FIXME: We need a way to trap for user changing the keymap inside of E - * without the event coming from X11 */ - - /* FIXME: We should make a decision here ... - * - * Fetch the keymap from drm, OR set this to what the E config is.... - */ - - /* FIXME: This is just for testing at the moment.... - * happens to jive with what drm does */ - e_main_ts_begin("\tE_Comp_WL Keymap Init"); e_comp_wl_input_keymap_init(); e_main_ts_begin("\tE_Comp_WL Keymap Init Done"); -- 2.34.1