Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / events / gesture_detection / velocity_tracker_state.cc
index 1216856..fdae25f 100644 (file)
@@ -13,10 +13,6 @@ namespace {
 const int ACTIVE_POINTER_ID = -1;
 }
 
-VelocityTrackerState::VelocityTrackerState()
-    : velocity_tracker_(VelocityTracker::STRATEGY_DEFAULT),
-      active_pointer_id_(ACTIVE_POINTER_ID) {}
-
 VelocityTrackerState::VelocityTrackerState(VelocityTracker::Strategy strategy)
     : velocity_tracker_(strategy), active_pointer_id_(ACTIVE_POINTER_ID) {}