Revert "[Tizen] Support legacy way to create InputMethodContext"
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 10 Sep 2019 09:41:51 +0000 (18:41 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 10 Sep 2019 09:41:51 +0000 (18:41 +0900)
This reverts commit d52b70a00e53484b336a72f7c62dafc6f836d201.

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

index 2e9d2fd..822687a 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;