e_keyrouter: remove the unused symbol 30/321730/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 26 Mar 2025 00:31:49 +0000 (09:31 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 27 Mar 2025 10:03:34 +0000 (19:03 +0900)
Change-Id: I88bb798edaeb0373dc7567633266423390b68647

src/bin/inputmgr/e_keyrouter_intern.h

index 26ae6591b68e6557dfd69aebbd7998b4b807e110..69eccf00faf336774b6edb2f9b7b6eeffdbdd159 100644 (file)
@@ -122,13 +122,11 @@ EINTERN int e_keyrouter_shutdown(void);
 
 EINTERN void e_keyrouter_input_handler_add(void);
 
-EINTERN int e_keyrouter_set_keygrab_in_list(struct wl_resource *surface, struct wl_client *client, uint32_t key, uint32_t mode);
 EINTERN int e_keyrouter_prepend_to_keylist(struct wl_resource *surface, struct wl_client *wc, uint32_t key, uint32_t mode, Eina_Bool focused);
 EINTERN void e_keyrouter_remove_surface_from_list(struct wl_resource *surface);
 EINTERN void e_keyrouter_remove_client_from_list(struct wl_client *wc);
 EINTERN uint32_t e_keyrouter_find_keygrab_mode_with_surface(struct wl_resource *surface, uint32_t key);
 EINTERN uint32_t e_keyrouter_find_keygrab_mode_with_client(struct wl_client *wc, uint32_t key);
-EINTERN Eina_Bool e_keyrouter_process_key_event(void *event, int type);
 
 EINTERN int                 e_keyrouter_util_get_pid(struct wl_client *client, struct wl_resource *surface);
 EINTERN char               *e_keyrouter_util_cmd_get_from_pid(int pid);
@@ -138,8 +136,6 @@ EINTERN const char         *e_keyrouter_util_mode_to_string(uint32_t mode);
 EINTERN void e_keyrouter_conf_init(E_Keyrouter_Config_Data *kconfig);
 EINTERN void e_keyrouter_conf_deinit(E_Keyrouter_Config_Data *kconfig);
 
-EINTERN int e_keyrouter_cb_picture_off(const int option, void *data);
-
 EINTERN int e_keyrouter_keygrab_set(struct wl_client *client, struct wl_resource *surface, int key, int mode);
 EINTERN int e_keyrouter_keygrab_unset(struct wl_client *client, struct wl_resource *surface, int key);