Revert"e_input: Fix issue not to process additional key event" 97/297997/2
authorInhong Han <inhong1.han@samsung.com>
Tue, 29 Aug 2023 12:17:05 +0000 (21:17 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 30 Aug 2023 01:22:13 +0000 (01:22 +0000)
Change-Id: I4b5b29472380da6bcef2cb6cc00524328df7db57

src/bin/e_input_event.c

index 5ed0d1d..fb75aac 100755 (executable)
@@ -222,6 +222,4 @@ e_input_event_add(E_Input_Event_Source *source, int event_type, void *ev_data, e
    ev->free_func_data = free_func_data;
 
    _e_input_event_send(source, ev);
-
-   e_input_event_process((GSource *)source);
 }