mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove unused variable, causes problems if crash reporting is not used.
This commit is contained in:
parent
387778aeca
commit
b3fba4d0ab
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@
|
|||
#include <UserActivityLogger.h>
|
||||
#include <BuildInfo.h>
|
||||
|
||||
static const QString BACKTRACE_URL{ CMAKE_BACKTRACE_URL };
|
||||
|
||||
|
||||
bool CrashRecoveryHandler::checkForResetSettings(bool wasLikelyCrash, bool suppressPrompt) {
|
||||
Setting::Handle<bool> crashReportingAsked { "CrashReportingAsked", false };
|
||||
|
||||
|
|
Loading…
Reference in a new issue