diff options
author | Ji-Youn Park <jy0703.park@samsung.com> | 2015-06-17 22:52:16 +0900 |
---|---|---|
committer | Ji-Youn Park <jy0703.park@samsung.com> | 2015-06-17 22:52:16 +0900 |
commit | 3d521961d168a21982d12ce943936c393e785452 (patch) | |
tree | 388ce9e336d152fe2d9df89e48c56525bb4ce325 /src/lib/ecore_input_evas | |
parent | 51f49642b4bd9852163a45d2d4480e070e107472 (diff) |
ecore_input_evas: remove tab and unusable code
remove tab and code which is not used
Diffstat (limited to 'src/lib/ecore_input_evas')
-rw-r--r-- | src/lib/ecore_input_evas/ecore_input_evas.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/lib/ecore_input_evas/ecore_input_evas.c b/src/lib/ecore_input_evas/ecore_input_evas.c index 41ee786e0c..938217c94b 100644 --- a/src/lib/ecore_input_evas/ecore_input_evas.c +++ b/src/lib/ecore_input_evas/ecore_input_evas.c | |||
@@ -89,8 +89,8 @@ _ecore_event_last_check(Ecore_Event_Last *eel, Ecore_Event_Press press) | |||
89 | 89 | ||
90 | case ECORE_INPUT_MOVE: | 90 | case ECORE_INPUT_MOVE: |
91 | /* 1. ECORE_INPUT_MOVE => ECORE_UP : ok | 91 | /* 1. ECORE_INPUT_MOVE => ECORE_UP : ok |
92 | * 2. ECORE_INPUT_MOVE => ECORE_CANCEL : ok | 92 | * 2. ECORE_INPUT_MOVE => ECORE_CANCEL : ok |
93 | */ | 93 | */ |
94 | if ((press == ECORE_UP) || (press == ECORE_CANCEL)) | 94 | if ((press == ECORE_UP) || (press == ECORE_CANCEL)) |
95 | return ECORE_INPUT_CONTINUE; | 95 | return ECORE_INPUT_CONTINUE; |
96 | 96 | ||
@@ -459,8 +459,7 @@ _ecore_event_evas_mouse_button(Ecore_Event_Mouse_Button *e, Ecore_Event_Press pr | |||
459 | { | 459 | { |
460 | //ECORE_UP or ECORE_CANCEL | 460 | //ECORE_UP or ECORE_CANCEL |
461 | eel = _ecore_event_evas_lookup(e->multi.device, e->buttons, EINA_FALSE); | 461 | eel = _ecore_event_evas_lookup(e->multi.device, e->buttons, EINA_FALSE); |
462 | if (!eel) | 462 | |
463 | |||
464 | if ((!eel) || (eel->state == ECORE_INPUT_UP) || (eel->state == ECORE_INPUT_CANCEL)) | 463 | if ((!eel) || (eel->state == ECORE_INPUT_UP) || (eel->state == ECORE_INPUT_CANCEL)) |
465 | { | 464 | { |
466 | if (!eel) | 465 | if (!eel) |