Revert "[3.0] Notify multiline hint to IMF context"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller-impl.cpp
index 849eb26..14670ae 100644 (file)
@@ -307,15 +307,6 @@ void Controller::Impl::NotifyImfManager()
   }
 }
 
-void Controller::Impl::NotifyImfMultiLineStatus()
-{
-  if ( mEventData )
-  {
-    LayoutEngine::Layout layout = mLayoutEngine.GetLayout();
-    mEventData->mImfManager.NotifyTextInputMultiLine( layout == LayoutEngine::MULTI_LINE_BOX );
-  }
-}
-
 CharacterIndex Controller::Impl::GetLogicalCursorPosition() const
 {
   CharacterIndex cursorPosition = 0u;