From 1e0772d613c2ad87a2963cbab8fe066101d41a6f Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 21 Sep 2016 12:05:42 -0700 Subject: [PATCH] Remove unused variable --- interface/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index cb25766dbb..ef5f044cf0 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1276,7 +1276,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer) : Setting::Handle firstRun { Settings::firstRun, true }; bool isOnVive = _displayPlugin && _displayPlugin->getName() == "OpenVR (Vive)"; - bool isFirstRun = firstRun.get(); Setting::Handle tutorialComplete { "tutorialComplete", false }; bool shouldGoToTutorial = isOnVive && hasTutorialContent && !tutorialComplete.get();