mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 11:19:51 +02:00
Remove unused skipTutorial code
This commit is contained in:
parent
9e88a6ed8d
commit
7ee2ac736e
1 changed files with 0 additions and 4 deletions
|
@ -2819,10 +2819,6 @@ void Application::handleSandboxStatus(QNetworkReply* reply) {
|
|||
|
||||
Setting::Handle<bool> 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
|
||||
|
|
Loading…
Reference in a new issue