Remove unused SetUseHardwareVSync Adaptor API. 60/208460/1
authorAnton Obzhirov <a.obzhirov@samsung.com>
Mon, 24 Jun 2019 13:41:00 +0000 (14:41 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Mon, 24 Jun 2019 13:41:00 +0000 (14:41 +0100)
Change-Id: I3e269f003d5602a0d77dc1142aceb21a85b47dc4

dali-csharp-binder/src/adaptor.cpp

index 88c75bd..8b88743 100755 (executable)
@@ -609,37 +609,6 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_SetRenderRefreshRate(void * jarg
 }
 
 
-SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_SetUseHardwareVSync(void * jarg1, unsigned int jarg2) {
-  Dali::Adaptor *arg1 = (Dali::Adaptor *) 0 ;
-  bool arg2 ;
-
-  arg1 = (Dali::Adaptor *)jarg1;
-  arg2 = jarg2 ? true : false;
-  {
-    try {
-      (arg1)->SetUseHardwareVSync(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_Get() {
   void * jresult ;
   Dali::Adaptor *result = 0 ;