From f0247cba24ceb715e8de0ca7d9f2e7a1612390f2 Mon Sep 17 00:00:00 2001 From: Penguin-Guru Date: Mon, 25 Oct 2021 17:36:14 -0700 Subject: [PATCH] Removed unnecessary comments. --- interface/src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 5bcb9c8b8e..89ee0c7b27 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -64,11 +64,6 @@ int main(int argc, const char* argv[]) { setupHifiApplication(BuildInfo::INTERFACE_NAME); - /*QStringList arguments; - for (int i = 0; i < argc; ++i) { - arguments << argv[i]; - }*/ - // grep -E 'getCmdOption|QCommandLineOption|cmdOptionExists' 'interface/src/Application.cpp' QCommandLineParser parser; @@ -458,7 +453,6 @@ int main(int argc, const char* argv[]) { // Oculus initialization MUST PRECEDE OpenGL context creation. // The nature of the Application constructor means this has to be either here, // or in the main window ctor, before GL startup. - //Application::initPlugins(arguments); Application::initPlugins(arguments); #ifdef Q_OS_WIN