ecore_input_evas: remove tab and unusable code

remove tab and code which is not used
This commit is contained in:
Ji-Youn Park 2015-06-17 22:52:16 +09:00
parent 51f49642b4
commit 3d521961d1
1 changed files with 3 additions and 4 deletions

View File

@ -459,7 +459,6 @@ _ecore_event_evas_mouse_button(Ecore_Event_Mouse_Button *e, Ecore_Event_Press pr
{
//ECORE_UP or ECORE_CANCEL
eel = _ecore_event_evas_lookup(e->multi.device, e->buttons, EINA_FALSE);
if (!eel)
if ((!eel) || (eel->state == ECORE_INPUT_UP) || (eel->state == ECORE_INPUT_CANCEL))
{