From db9d1b3a96db48731483947d156b2ffbeb80f649 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 26 Oct 2014 11:03:47 +0000 Subject: [PATCH] Removed unnecessary cout imbuing. --- src/gui/app.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/app.cpp b/src/gui/app.cpp index 4c7c4929..525d3fe8 100644 --- a/src/gui/app.cpp +++ b/src/gui/app.cpp @@ -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()); }