diff options
author | Cameron Cawley | 2018-05-28 23:36:58 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-06-03 17:43:30 +0100 |
commit | 478d7b2ee7f74c888a44ac71300893981e53dd7b (patch) | |
tree | c72137e4a32309be4866481e8de3720092b10cbc /backends/platform/sdl | |
parent | ada05fd726f5e02a79f2de457241b614e33c7745 (diff) | |
download | scummvm-rg350-478d7b2ee7f74c888a44ac71300893981e53dd7b.tar.gz scummvm-rg350-478d7b2ee7f74c888a44ac71300893981e53dd7b.tar.bz2 scummvm-rg350-478d7b2ee7f74c888a44ac71300893981e53dd7b.zip |
WIN32: Fix fallback in getSystemLanguage
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/win32/win32.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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 |