mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Merge pull request #484 from daleglass-overte/fix-backtrace-url-in-recovery-handler
Remove unused variable, causes problems if crash reporting is not used.
This commit is contained in:
commit
d60cce0f2e
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