WIN32: Delete obsolete comment in convertEncoding.

This commit is contained in:
Jaromir Wysoglad 2019-08-24 00:49:48 +02:00 committed by Filippos Karapetis
parent 6e72cd2c08
commit 3cb57e2078

View File

@ -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"))