Revert "[Tizen] Added binding for Adaptor::RenderOnce" 73/153373/1
authorJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 05:45:13 +0000 (14:45 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Thu, 28 Sep 2017 05:45:13 +0000 (14:45 +0900)
This reverts commit 05131a62c3f625dab6f979c2e290fc64faa93cf8.

Change-Id: Ie07ba0210e9a7b8cc92c1fcb730572dc6f75f282

dali-csharp-binder/src/window.cpp

index c214dbb..b87b404 100755 (executable)
@@ -1836,25 +1836,6 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Window_FeedKeyEvent(void * jarg1) {
     }
   }
 }
-
-SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_RenderOnce(void * /* jarg1 */) {
-  try {
-    Dali::Adaptor::Get().RenderOnce();
-  } 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 (...) {
-    {
-      SWIG_CSharpException(SWIG_UnknownError, "unknown error"); return ;
-    };
-  }
-}
-
 #ifdef __cplusplus
 }
 #endif