Gesture event refactor 16/204016/2
authorDaniel McEwen <d.mcewen@partner.samsung.com>
Thu, 18 Apr 2019 11:05:25 +0000 (12:05 +0100)
committerDaniel McEwen <d.mcewen@partner.samsung.com>
Wed, 1 May 2019 07:26:19 +0000 (08:26 +0100)
Changes for event refactor into core

Change-Id: I6d37aaef3a85095743f6c12636c8724df68a4952

dali-csharp-binder/src/adaptor.cpp

index 7fbed24..88c75bd 100755 (executable)
@@ -760,37 +760,6 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_NotifyLanguageChanged(void * jar
 }
 
 
-SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_SetMinimumPinchDistance(void * jarg1, float jarg2) {
-  Dali::Adaptor *arg1 = (Dali::Adaptor *) 0 ;
-  float arg2 ;
-
-  arg1 = (Dali::Adaptor *)jarg1;
-  arg2 = (float)jarg2;
-  {
-    try {
-      (arg1)->SetMinimumPinchDistance(arg2);
-    } catch (std::out_of_range& e) {
-      {
-        SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return ;
-      };
-    } catch (std::exception& e) {
-      {
-        SWIG_CSharpException(SWIG_RuntimeError, const_cast<char*>(e.what())); return ;
-      };
-    } catch (Dali::DaliException e) {
-      {
-        SWIG_CSharpException(SWIG_UnknownError, e.condition); return ;
-      };
-    } catch (...) {
-      {
-        SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return ;
-      };
-    }
-  }
-
-}
-
-
 SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_FeedTouchPoint(void * jarg1, void * jarg2, int jarg3) {
   Dali::Adaptor *arg1 = (Dali::Adaptor *) 0 ;
   Dali::TouchPoint *arg2 = 0 ;