Merge branch 'master' of github.com:supertuxkart/stk-code

This commit is contained in:
hiker 2014-05-30 11:03:46 +10:00
commit bb09ec9e37
2 changed files with 0 additions and 8 deletions

View File

@ -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; i<m_root_dirs.size(); i++)

View File

@ -1183,11 +1183,6 @@ int main(int argc, char *argv[] )
initRest();
// Windows 32 always redirects output
#ifndef WIN32
file_manager->redirectOutput();
#endif
input_manager = new InputManager ();
#ifdef ENABLE_WIIUSE