1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Linux Compile Fix: removed old code related to std::locale

This commit is contained in:
krs 2022-11-21 19:57:59 +02:00
parent eecaa20693
commit 62e479ae16

View File

@ -86,9 +86,6 @@ void CArchiveLoader::initLODArchive(const std::string &mountPoint, CFileInputStr
if(extractArchives)
{
si64 currentPosition = fileStream.tell(); // save filestream position
boost::locale::generator gen;
std::locale::global(gen("")); // Create locale generator
std::string fName = filename;
boost::to_upper(fName);