e_input: fix not to call ecore_evas_input_event_register_with_multi() : unnecessary 54/162654/1
authorSung-Jin Park <sj76.park@samsung.com>
Tue, 5 Dec 2017 00:08:04 +0000 (09:08 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 5 Dec 2017 00:08:04 +0000 (09:08 +0900)
Change-Id: I232c5cc8938b030b0b0bea3e5e2a948e02784c30
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/bin/e_input.c

index 830a1d0..a0a9785 100644 (file)
@@ -41,7 +41,6 @@ e_input_init(Ecore_Evas *ee)
 
    ecore_event_add(E_EVENT_INPUT_ENABLED, NULL, NULL, NULL);
 
-   ecore_evas_input_event_register_with_multi(ee);
    ecore_evas_input_event_register_with_multi2(ee);
 
    if (!e_input)