summaryrefslogtreecommitdiffstats
path: root/main.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 /main.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 'main.cpp')
-rw-r--r--main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/main.cpp b/main.cpp
index e9f566ee..1a474708 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,12 +1,6 @@
#include "MultiMC.h"
#include "gui/MainWindow.h"
-// Crash handling
-#ifdef HANDLE_SEGV
-#include <HandleCrash.h>
-#endif
-
-
int main_gui(MultiMC &app)
{
// show main window
@@ -31,10 +25,6 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(backgrounds);
Q_INIT_RESOURCE(versions);
-#ifdef HANDLE_SEGV
- // Register signal handler for generating crash reports.
- initBlackMagic();
-#endif
Q_INIT_RESOURCE(pe_dark);
Q_INIT_RESOURCE(pe_light);
Q_INIT_RESOURCE(pe_blue);