mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
WIN32: Delete obsolete comment in convertEncoding.
This commit is contained in:
parent
6e72cd2c08
commit
3cb57e2078
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user