mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:23:36 +02:00
remove unused variable warning
This commit is contained in:
parent
c9ad7b1db5
commit
767b0fa4af
1 changed files with 0 additions and 1 deletions
|
@ -6139,7 +6139,6 @@ bool Application::askToReplaceDomainContent(const QString& url) {
|
|||
"and restoring content, visit the documentation page at: ", MAX_CHARACTERS_PER_LINE) +
|
||||
"\nhttps://docs.highfidelity.com/create-and-explore/start-working-in-your-sandbox/restoring-sandbox-content";
|
||||
|
||||
bool agreeToReplaceContent = false; // assume false
|
||||
ModalDialogListener* dig = OffscreenUi::asyncQuestion("Are you sure you want to replace this domain's content set?",
|
||||
infoText, QMessageBox::Yes | QMessageBox::No, QMessageBox::No);
|
||||
|
||||
|
|
Loading…
Reference in a new issue