Removed unnecessary comments.

This commit is contained in:
Penguin-Guru 2021-10-25 17:36:14 -07:00
parent 09b288d63c
commit f0247cba24

View file

@ -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