Source commit: 0f05c26abfdb6b93ec381ee265e9a48261d1a79c
@@ -556,7 +556,6 @@
// 2xxx is reserved for TextsFileZilla.h
#define TRANSLATOR_INFO2 3001
-#define MIDDLE_EAST 3002
#define BIDI_MODE 3003
#define FLIP_CHILDREN 3004
#define TRANSLATOR_URL 3006
@@ -3,7 +3,6 @@
STRINGTABLE
BEGIN
TRANSLATOR_INFO2, ""
- MIDDLE_EAST, ""
BIDI_MODE, ""
FLIP_CHILDREN, ""
TRANSLATOR_URL, ""
@@ -301,15 +301,6 @@ void __fastcall ShowNotification(TTerminal * Terminal, const UnicodeString & Str
void __fastcall ConfigureInterface()
{
UnicodeString S;
- S = LoadStr(MIDDLE_EAST);
- if (!S.IsEmpty())
- {
- SysLocale.MiddleEast = static_cast<bool>(StrToInt(S));
- }
- else
- SysLocale.MiddleEast = false;
S = LoadStr(BIDI_MODE);
if (!S.IsEmpty())