Remove crash handler
This commit is contained in:
parent
2315bf7bc5
commit
b7c4284019
8 changed files with 0 additions and 446 deletions
10
main.cpp
10
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue