Revert "[Tizen] Sorts text sequences in LTR and RTL by system language direction."
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-controller.cpp
index 5d0543c..f0b496f 100755 (executable)
@@ -427,11 +427,6 @@ void Controller::SetMatchSystemLanguageDirection( bool match )
   mImpl->mModel->mMatchSystemLanguageDirection = match;
 }
 
-void Controller::SetLayoutDirection( Dali::LayoutDirection::Type layoutDirection )
-{
-  mImpl->mLayoutDirection = layoutDirection;
-}
-
 
 void Controller::SetLineWrapMode( Text::LineWrap::Mode lineWrapMode )
 {