Browse Source

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

krs 2 years ago
parent
commit
62e479ae16
1 changed files with 0 additions and 3 deletions
  1. 0 3
      lib/filesystem/CArchiveLoader.cpp

+ 0 - 3
lib/filesystem/CArchiveLoader.cpp

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