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

@@ -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