Revert "[Tizen] Support legacy way to create InputMethodContext"
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 8 Oct 2019 04:25:08 +0000 (13:25 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 8 Oct 2019 04:25:08 +0000 (13:25 +0900)
This reverts commit 5f39d81e02ff92a1743d78173bd0f0d131983fb6.

dali-csharp-binder/src/input-method-context.cpp

index 3f169c6..e0c3a80 100755 (executable)
@@ -549,7 +549,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_InputMethodContext_New() {
 
   {
     try {
-      result = Dali::InputMethodContext::New( Dali::Stage::GetCurrent().GetRootLayer() );
+      result = Dali::InputMethodContext::New();
     } catch (std::out_of_range& e) {
       {
         SWIG_CSharpException(SWIG_IndexError, const_cast<char*>(e.what())); return 0;