e_comp: remove E_EVENT_COMPOSITOR_FPS_UPDATE 49/292649/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 10 May 2023 02:25:26 +0000 (11:25 +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: Ie6bca0cf5845bff6c8fa431081a57f4e91ecb446

src/bin/e_comp.c
src/bin/e_comp.h

index d040545..211f06d 100644 (file)
@@ -46,7 +46,6 @@ static Eina_Inlist *_e_comp_hooks[] =
 EINTERN int E_EVENT_COMPOSITOR_RESIZE = -1;
 E_API int E_EVENT_COMPOSITOR_DISABLE = -1;
 E_API int E_EVENT_COMPOSITOR_ENABLE = -1;
-E_API int E_EVENT_COMPOSITOR_FPS_UPDATE = -1;
 
 //////////////////////////////////////////////////////////////////////////
 #undef DBG
@@ -390,7 +389,6 @@ e_comp_init(void)
    E_EVENT_COMPOSITOR_RESIZE = ecore_event_type_new();
    E_EVENT_COMPOSITOR_DISABLE = ecore_event_type_new();
    E_EVENT_COMPOSITOR_ENABLE = ecore_event_type_new();
-   E_EVENT_COMPOSITOR_FPS_UPDATE = ecore_event_type_new();
 
    ignores = eina_hash_pointer_new(NULL);
 
index b423d09..5c049a3 100644 (file)
@@ -62,7 +62,6 @@ typedef enum _E_Comp_Image_Filter
 
 extern E_API int E_EVENT_COMPOSITOR_DISABLE;
 extern E_API int E_EVENT_COMPOSITOR_ENABLE;
-extern E_API int E_EVENT_COMPOSITOR_FPS_UPDATE;
 
 extern E_API E_Comp *e_comp;
 extern E_API E_Comp_Wl_Data *e_comp_wl;