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:
parent
eecaa20693
commit
62e479ae16
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user