e_comp_screen: remove the comment
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 10 Dec 2024 23:45:29 +0000 (08:45 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Fri, 13 Dec 2024 05:15:52 +0000 (14:15 +0900)
Change-Id: I37efb71e05f09230298944cacf4bc19d2f2c995b

src/bin/e_comp_screen.c

index a55ef1e2eb85ebf7713748c5c3a1dcd7b0d8bd77..9975431cacb50746a918cdb421084252557b357d 100644 (file)
@@ -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");