Revert "Added binding for Adaptor::RenderOnce" 78/160078/1
authorhuiyu,eun <huiyu.eun@samsung.com>
Tue, 14 Nov 2017 10:32:56 +0000 (19:32 +0900)
committerhuiyu,eun <huiyu.eun@samsung.com>
Tue, 14 Nov 2017 10:33:02 +0000 (19:33 +0900)
This reverts commit 63d701814ea6dabfcf7d59a6910824bc744a66a6.

Change-Id: I533cc6fdf1139aae7b3f5f5122bb079758b52083

dali-csharp-binder/src/window.cpp

index 699d8d4..a8c246f 100755 (executable)
@@ -2156,25 +2156,6 @@ SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Adaptor_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