Revert "[Tizen] Support legacy way to create InputMethodContext"
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 25 Sep 2019 05:57:26 +0000 (14:57 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Wed, 25 Sep 2019 05:57:26 +0000 (14:57 +0900)
This reverts commit 38fc633951f389a0bb1d1cfa30b81724ef4137da.

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;