mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:24:07 +02:00
Remove unused variable
This commit is contained in:
parent
1d699186a3
commit
1e0772d613
1 changed files with 0 additions and 1 deletions
|
@ -1276,7 +1276,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer) :
|
|||
|
||||
Setting::Handle<bool> firstRun { Settings::firstRun, true };
|
||||
bool isOnVive = _displayPlugin && _displayPlugin->getName() == "OpenVR (Vive)";
|
||||
bool isFirstRun = firstRun.get();
|
||||
Setting::Handle<bool> tutorialComplete { "tutorialComplete", false };
|
||||
|
||||
bool shouldGoToTutorial = isOnVive && hasTutorialContent && !tutorialComplete.get();
|
||||
|
|
Loading…
Reference in a new issue