From 59deccaeb5db0479b44c5f83e1687dc2b809bb7e Mon Sep 17 00:00:00 2001 From: Liv Date: Tue, 29 Aug 2017 14:55:59 -0700 Subject: [PATCH] Remove unused skipTutorial code --- interface/src/Application.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 20d7509ea5..db28516cb0 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2762,10 +2762,6 @@ void Application::handleSandboxStatus(QNetworkReply* reply) { Setting::Handle firstRun{ Settings::firstRun, true }; - const QString HIFI_SKIP_TUTORIAL_COMMAND_LINE_KEY = "--skipTutorial"; - // Skips tutorial/help behavior, and does NOT clear firstRun setting. - bool skipTutorial = arguments().contains(HIFI_SKIP_TUTORIAL_COMMAND_LINE_KEY); - qCDebug(interfaceapp) << "HMD:" << hasHMD << ", Hand Controllers: " << hasHandControllers << ", Using HMD: " << isUsingHMDAndHandControllers; // when --url in command line, teleport to location