From 478d7b2ee7f74c888a44ac71300893981e53dd7b Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Mon, 28 May 2018 23:36:58 +0100 Subject: WIN32: Fix fallback in getSystemLanguage --- backends/platform/sdl/win32/win32.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'backends/platform') diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp index bcaa6e4d7b..930b453d24 100644 --- a/backends/platform/sdl/win32/win32.cpp +++ b/backends/platform/sdl/win32/win32.cpp @@ -175,8 +175,6 @@ Common::String OSystem_Win32::getSystemLanguage() const { localeName += ctryName; return localeName; - } else { - return ModularBackend::getSystemLanguage(); } #endif // USE_DETECTLANG // Falback to SDL implementation -- cgit v1.2.3