summaryrefslogtreecommitdiffstats
path: root/MultiMC.h
diff options
context:
space:
mode:
Diffstat (limited to 'MultiMC.h')
-rw-r--r--MultiMC.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/MultiMC.h b/MultiMC.h
index 8a87bc50..d53795c8 100644
--- a/MultiMC.h
+++ b/MultiMC.h
@@ -41,10 +41,6 @@ enum UpdateFlag
Q_DECLARE_FLAGS(UpdateFlags, UpdateFlag);
Q_DECLARE_OPERATORS_FOR_FLAGS(UpdateFlags);
-// Global var used by the crash handling system to determine if a log file should be included in
-// a crash report.
-extern bool loggerInitialized;
-
class MultiMC : public QApplication
{
Q_OBJECT