e_comp_wl: remove E_EVENT_WAYLAND_GLOBAL_ADD 46/292646/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 10 May 2023 01:56:57 +0000 (10:56 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 11 May 2023 00:12:58 +0000 (09:12 +0900)
It is not used anymore.

Change-Id: I9be9f0d07f84f38cc874578f3f4bf08b9c00e907

src/bin/e_comp_wl.c
src/bin/e_comp_wl.h

index 4042b2b..071a1af 100644 (file)
@@ -15,8 +15,6 @@
 
 #define E_COM_WL_PREPARE_GAP_LOG_TIME 2000
 
-EINTERN int E_EVENT_WAYLAND_GLOBAL_ADD = -1;
-
 #ifndef EGL_HEIGHT
 # define EGL_HEIGHT                    0x3056
 #endif
@@ -4452,8 +4450,6 @@ e_comp_wl_init(void)
    E_LIST_HOOK_APPEND(hooks, E_CLIENT_HOOK_RESIZE_END,   _e_comp_wl_client_cb_resize_end,   NULL);
    E_LIST_HOOK_APPEND(hooks, E_CLIENT_HOOK_MOVE_END,     _e_comp_wl_client_cb_move_end,     NULL);
 
-   E_EVENT_WAYLAND_GLOBAL_ADD = ecore_event_type_new();
-
    e_comp_wl->idle_exiter = ecore_idle_exiter_add(_e_comp_wl_cb_idle_exiter, NULL);
 
    TRACE_DS_END();
index 716cee3..2221120 100644 (file)
@@ -615,8 +615,6 @@ EINTERN Eina_Array *e_comp_wl_output_find_all(E_Client *ec);
 
 EINTERN void     e_comp_wl_feed_focus_in(E_Client *ec);
 
-EINTERN extern int E_EVENT_WAYLAND_GLOBAL_ADD;
-
 EINTERN Eina_Bool e_comp_wl_commit_sync_client_geometry_add(E_Client *ec, uint32_t serial, int32_t x, int32_t y, int32_t w, int32_t h);
 EINTERN Eina_Bool e_comp_wl_commit_sync_configure(E_Client *ec);