From 767b0fa4af093a3402ba526ca1fa262504b90d5e Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Tue, 21 Nov 2017 14:45:55 -0800 Subject: [PATCH] remove unused variable warning --- interface/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index e4b4993f52..1718cff0bf 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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);