From c705ad773266a0239af9949c63961d78415a6b1c Mon Sep 17 00:00:00 2001 From: hiker Date: Fri, 30 May 2014 10:54:08 +1000 Subject: [PATCH] Combined windows and non-windows handling of redirecting log to file (no idea why there was ever made a distinction). --- src/io/file_manager.cpp | 3 --- src/main.cpp | 5 ----- 2 files changed, 8 deletions(-) diff --git a/src/io/file_manager.cpp b/src/io/file_manager.cpp index a46b7f9d1..0de0e621c 100644 --- a/src/io/file_manager.cpp +++ b/src/io/file_manager.cpp @@ -195,11 +195,8 @@ FileManager::FileManager() checkAndCreateCachedTexturesDir(); checkAndCreateGPDir(); -#ifdef WIN32 redirectOutput(); -#endif - // We can't use _() here, since translations will only be initalised // after the filemanager (to get the path to the tranlsations from it) for(unsigned int i=0; iredirectOutput(); -#endif - input_manager = new InputManager (); #ifdef ENABLE_WIIUSE