[NUI] Sync with dalihub (#970)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / public / Adaptor.cs
index df6aaa5..b8ab04f 100755 (executable)
@@ -373,16 +373,6 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        /// <summary>
-        /// Sets the minimum distance in pixels that the fingers must move towards or away from each other in order to trigger a pinch gesture.
-        /// </summary>
-        /// <param name="distance">The minimum pinch distance in pixels.</param>
-        internal void SetMinimumPinchDistance(float distance)
-        {
-            Interop.Adaptor.Adaptor_SetMinimumPinchDistance(swigCPtr, distance);
-            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-        }
-
         internal void FeedTouchPoint(TouchPoint point, int timeStamp)
         {
             Interop.Adaptor.Adaptor_FeedTouchPoint(swigCPtr, TouchPoint.getCPtr(point), timeStamp);