1. Revert "Sets the tap gesture timer to 330ms."
[platform/core/uifw/dali-core.git] / dali / internal / event / events / tap-gesture / tap-gesture-recognizer.h
index 5b01982..f87d2ec 100644 (file)
@@ -117,12 +117,6 @@ private:
    */
   void ProcessEvent(TapGestureEvent& event);
 
-  /**
-   * Timer Callback
-   * @return will return false; one-shot timer.
-   */
-  bool TimerCallback();
-
 private:
   // Reference to the gesture processor for this recognizer
   Observer& mObserver;
@@ -147,11 +141,8 @@ private:
   Vector2  mTouchPosition; ///< The initial touch down position.
   uint32_t mTouchTime;     ///< The initial touch down time.
   uint32_t mLastTapTime;   ///< Time last tap gesture was registered
-  uint32_t mEventTime;     ///< The touch event time.
 
   GestureSourceType mGestureSourceType; /// < Gesture input source type value.
-
-  uint32_t mTimerId;
 };
 
 } // namespace Internal