diff options
author | Jaromir Wysoglad | 2019-08-24 00:49:48 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-08-24 18:12:45 +0300 |
commit | 3cb57e2078daa86a9b7fcfd76ad151ffd6890af5 (patch) | |
tree | eef001820a1bb31305ac6ba348fcb3d84408a4ed /backends/platform/sdl | |
parent | 6e72cd2c08d90fa193f494f38b878b9b6b3cb7dd (diff) | |
download | scummvm-rg350-3cb57e2078daa86a9b7fcfd76ad151ffd6890af5.tar.gz scummvm-rg350-3cb57e2078daa86a9b7fcfd76ad151ffd6890af5.tar.bz2 scummvm-rg350-3cb57e2078daa86a9b7fcfd76ad151ffd6890af5.zip |
WIN32: Delete obsolete comment in convertEncoding.
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/win32/win32.cpp | 1 |
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")) |