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