summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-11-15 23:22:08 +0100
committerPetr Mrázek <peterix@gmail.com>2014-11-15 23:35:24 +0100
commitb7c4284019e1589f343ea7b497d4f5eb1be0556d (patch)
tree5263a94518770ffc327d6fb43487719d7dce4d31 /MultiMC.cpp
parent2315bf7bc518405f6d548250cdfda67fb76b3bb0 (diff)
downloadMultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.tar
MultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.tar.gz
MultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.tar.lz
MultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.tar.xz
MultiMC-b7c4284019e1589f343ea7b497d4f5eb1be0556d.zip
Remove crash handler
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index 222d7c89..610097f1 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -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));