]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
Minor header cleaning.
[wxWidgets.git] / src / common / appbase.cpp
index d727ffeafd9ae47d05640d0585143bd0ab87a15b..697aa2dd87964aa0ba8ab533bce10eae39d1727d 100644 (file)
@@ -215,24 +215,6 @@ void wxAppConsole::Exit()
     exit(-1);
 }
 
-wxLayoutDirection wxAppConsole::GetLayoutDirection() const
-{
-#if wxUSE_INTL
-    const wxLocale *const locale = wxGetLocale();
-    if ( locale )
-    {
-        const wxLanguageInfo *const
-            info = wxLocale::GetLanguageInfo(locale->GetLanguage());
-
-        if ( info )
-            return info->LayoutDirection;
-    }
-#endif // wxUSE_INTL
-
-    // we don't know
-    return wxLayout_Default;
-}
-
 // ----------------------------------------------------------------------------
 // traits stuff
 // ----------------------------------------------------------------------------