mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:52:31 +02:00
Removed unnecessary comments.
This commit is contained in:
parent
09b288d63c
commit
f0247cba24
1 changed files with 0 additions and 6 deletions
|
@ -64,11 +64,6 @@ int main(int argc, const char* argv[]) {
|
||||||
|
|
||||||
setupHifiApplication(BuildInfo::INTERFACE_NAME);
|
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'
|
// grep -E 'getCmdOption|QCommandLineOption|cmdOptionExists' 'interface/src/Application.cpp'
|
||||||
|
|
||||||
QCommandLineParser parser;
|
QCommandLineParser parser;
|
||||||
|
@ -458,7 +453,6 @@ int main(int argc, const char* argv[]) {
|
||||||
// Oculus initialization MUST PRECEDE OpenGL context creation.
|
// Oculus initialization MUST PRECEDE OpenGL context creation.
|
||||||
// The nature of the Application constructor means this has to be either here,
|
// The nature of the Application constructor means this has to be either here,
|
||||||
// or in the main window ctor, before GL startup.
|
// or in the main window ctor, before GL startup.
|
||||||
//Application::initPlugins(arguments);
|
|
||||||
Application::initPlugins(arguments);
|
Application::initPlugins(arguments);
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
|
|
Loading…
Reference in a new issue