e_input: remove e_input_ecore_evas_get
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 9 Dec 2024 02:56:38 +0000 (11:56 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Fri, 13 Dec 2024 05:15:51 +0000 (14:15 +0900)
It is not used.

Change-Id: I0814a65dc661f2abedc2567878ee59b9b3cd3b75

src/bin/inputmgr/e_input.c
src/bin/inputmgr/e_input_intern.h

index 2da00ce96fdecff3908a5ea07cd77b7b5e68758a..6d1c2f5fe326d6235d65a08c53daacdb4f0b6ea8 100644 (file)
@@ -332,13 +332,6 @@ e_input_get()
    return NULL;
 }
 
-EINTERN Ecore_Evas *
-e_input_ecore_evas_get(E_Input *ei)
-{
-   if (ei) return ei->ee;
-   return NULL;
-}
-
 E_API unsigned int
 e_input_touch_max_count_get()
 {
index e0764e3f8e9fbae5abf99a026d6cfca70428e660..88718602b00eaf08c4f850dfa1a90a67f8e6c6a5 100644 (file)
@@ -46,7 +46,6 @@ EINTERN int e_input_shutdown(void);
 
 EINTERN E_Input    *e_input_get(void);
 EINTERN const char *e_input_base_dir_get(void);
-EINTERN Ecore_Evas *e_input_ecore_evas_get(E_Input *ei);
 
 EINTERN void e_input_touch_max_count_set(unsigned int max_count);