mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed unnecessary cout imbuing.
This commit is contained in:
@@ -133,7 +133,6 @@ namespace loot {
|
||||
|
||||
//Boost.Locale initialisation: Generate and imbue locales.
|
||||
locale::global(gen(Language(Language::english).Locale() + ".UTF-8"));
|
||||
cout.imbue(locale());
|
||||
boost::filesystem::path::imbue(locale());
|
||||
|
||||
// Check if the LOOT local app data folder exists, and create it if not.
|
||||
@@ -204,7 +203,6 @@ namespace loot {
|
||||
|
||||
//Boost.Locale initialisation: Generate and imbue locales.
|
||||
locale::global(gen(lang.Locale() + ".UTF-8"));
|
||||
cout.imbue(locale());
|
||||
boost::filesystem::path::imbue(locale());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user