Revert "[Tizen] Support legacy way to create InputMethodContext"
authorSeungho, Baek <sbsh.baek@samsung.com>
Tue, 17 Sep 2019 04:34:38 +0000 (13:34 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Tue, 17 Sep 2019 04:34:38 +0000 (13:34 +0900)
This reverts commit d42135b5e6ca44e95ccf0ed1320db4d00eb34c89.

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;