From b7c4284019e1589f343ea7b497d4f5eb1be0556d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sat, 15 Nov 2014 23:22:08 +0100 Subject: Remove crash handler --- MultiMC.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'MultiMC.h') 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 -- cgit v1.2.3