[els_touch]remove temp code for 'second finger event earlier than first finger event'
authorEunmi Lee <eunmi15.lee@samsung.com>
Fri, 15 Oct 2010 05:56:27 +0000 (14:56 +0900)
committerEunmi Lee <eunmi15.lee@samsung.com>
Fri, 15 Oct 2010 05:56:31 +0000 (14:56 +0900)
           it is fixed by xwindow

src/lib/els_touch.c

index 95e61e3..6e4c215 100644 (file)
@@ -607,10 +607,6 @@ _smart_multi_down(void *data, Evas *e, Evas_Object *obj, void *ev)
    switch (sd->state)
      {
       case TOUCH_STATE_DOWN:
-        // add TOUCH_STATE_NONE,
-        // because sometimes multi down is faster then mouse down
-        // in that case, the two touch is recognized as one touch
-      case TOUCH_STATE_NONE:
         sd->numOfTouch++;
         if (sd->numOfTouch == 1)
           {