Remove crash handler

This commit is contained in:
Petr Mrázek 2014-11-15 23:22:08 +01:00
parent 2315bf7bc5
commit b7c4284019
8 changed files with 0 additions and 446 deletions

View file

@ -358,11 +358,8 @@ void MultiMC::initLogger()
logger.addDestination(m_debugDestination.get());
// log all the things
logger.setLoggingLevel(QsLogging::TraceLevel);
loggerInitialized = true;
}
bool loggerInitialized = false;
void MultiMC::initGlobalSettings(bool test_mode)
{
m_settings.reset(new INISettingsObject("multimc.cfg", this));