X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fintegration-api%2Fprofiling.cpp;h=4343fe5b398a212d6e7dd527555681d5eb6166f7;hb=4799cbda311480b0c1e8d8725aac532c64bede9b;hp=29c4d3160fe62b9139334f5a48a1d7ed4e669132;hpb=42817118997121ad95340a14c34e17e1b904b3fe;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/integration-api/profiling.cpp b/dali/integration-api/profiling.cpp index 29c4d31..4343fe5 100644 --- a/dali/integration-api/profiling.cpp +++ b/dali/integration-api/profiling.cpp @@ -105,30 +105,6 @@ void EnableProfiling( ProfilingType type ) } } -void SetPanGesturePredictionMode( int mode ) -{ - GestureEventProcessor& eventProcessor = ThreadLocalStorage::Get().GetGestureEventProcessor(); - eventProcessor.SetPanGesturePredictionMode(mode); -} - -void SetPanGesturePredictionAmount(unsigned int amount) -{ - GestureEventProcessor& eventProcessor = ThreadLocalStorage::Get().GetGestureEventProcessor(); - eventProcessor.SetPanGesturePredictionAmount(amount); -} - -void SetPanGestureSmoothingMode(int mode) -{ - GestureEventProcessor& eventProcessor = ThreadLocalStorage::Get().GetGestureEventProcessor(); - eventProcessor.SetPanGestureSmoothingMode(mode); -} - -void SetPanGestureSmoothingAmount( float amount ) -{ - GestureEventProcessor& eventProcessor = ThreadLocalStorage::Get().GetGestureEventProcessor(); - eventProcessor.SetPanGestureSmoothingAmount(amount); -} - namespace Profiling {