aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorCameron Cawley2018-05-28 23:36:58 +0100
committerThierry Crozat2018-06-03 17:43:30 +0100
commit478d7b2ee7f74c888a44ac71300893981e53dd7b (patch)
treec72137e4a32309be4866481e8de3720092b10cbc /backends/platform
parentada05fd726f5e02a79f2de457241b614e33c7745 (diff)
downloadscummvm-rg350-478d7b2ee7f74c888a44ac71300893981e53dd7b.tar.gz
scummvm-rg350-478d7b2ee7f74c888a44ac71300893981e53dd7b.tar.bz2
scummvm-rg350-478d7b2ee7f74c888a44ac71300893981e53dd7b.zip
WIN32: Fix fallback in getSystemLanguage
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/sdl/win32/win32.cpp2
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