21 lines
589 B
Diff
21 lines
589 B
Diff
|
--- a 21:49:41.000000000 -0400
|
||
|
+++ b 2021-04-05 13:49:14.963759430 -0400
|
||
|
@@ -16,7 +16,6 @@
|
||
|
#include "player/CodecsComponent.h"
|
||
|
#include "player/PlayerComponent.h"
|
||
|
#include "player/OpenGLDetect.h"
|
||
|
-#include "breakpad/CrashDumps.h"
|
||
|
#include "Version.h"
|
||
|
#include "settings/SettingsComponent.h"
|
||
|
#include "settings/SettingsSection.h"
|
||
|
@@ -164,9 +163,6 @@
|
||
|
PFMoveToApplicationsFolderIfNecessary();
|
||
|
#endif
|
||
|
|
||
|
- // init breakpad.
|
||
|
- setupCrashDumper();
|
||
|
-
|
||
|
UniqueApplication* uniqueApp = new UniqueApplication();
|
||
|
if (!uniqueApp->ensureUnique())
|
||
|
return EXIT_SUCCESS;
|