From c995e511281d4d01fc3f48ca69eb08546308fff9 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Thu, 6 Oct 2016 14:12:13 -0700 Subject: [PATCH] Fix compilation bugs in Application --- interface/src/Application.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 388fe936c7..03bb2249d4 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1336,10 +1336,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer) : } } - initializeLocation(); - // After all of the constructor is completed, then set firstRun to false. - Setting::Handle firstRun{ Settings::firstRun, true }; firstRun.set(false); }