aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-08-24 00:49:48 +0200
committerFilippos Karapetis2019-08-24 18:12:45 +0300
commit3cb57e2078daa86a9b7fcfd76ad151ffd6890af5 (patch)
treeeef001820a1bb31305ac6ba348fcb3d84408a4ed /backends/platform
parent6e72cd2c08d90fa193f494f38b878b9b6b3cb7dd (diff)
downloadscummvm-rg350-3cb57e2078daa86a9b7fcfd76ad151ffd6890af5.tar.gz
scummvm-rg350-3cb57e2078daa86a9b7fcfd76ad151ffd6890af5.tar.bz2
scummvm-rg350-3cb57e2078daa86a9b7fcfd76ad151ffd6890af5.zip
WIN32: Delete obsolete comment in convertEncoding.
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/sdl/win32/win32.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/sdl/win32/win32.cpp b/backends/platform/sdl/win32/win32.cpp
index ff3f92bc11..16b7a1f72f 100644
--- a/backends/platform/sdl/win32/win32.cpp
+++ b/backends/platform/sdl/win32/win32.cpp
@@ -393,7 +393,6 @@ char *OSystem_Win32::convertEncoding(const char* to, const char *from, const cha
if (result != nullptr)
return result;
- // We accept only the machine endianness
bool swapFromEndian = false;
#ifdef SCUMM_BIG_ENDIAN
if (Common::String(from).hasSuffixIgnoreCase("le"))