From 04a4437ace3008acd62ebf5f62ab1714be79988d Mon Sep 17 00:00:00 2001 From: Penguin-Guru Date: Sat, 28 May 2022 13:47:24 -0700 Subject: [PATCH] Removed comments. Changed a parameter type label. --- interface/src/Application.cpp | 3 --- interface/src/main.cpp | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index cbebe49697..fd45ef7746 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1474,9 +1474,6 @@ Application::Application( _glWidget->setFocusPolicy(Qt::StrongFocus); _glWidget->setFocus(); - /*if (parser.isSet("system-cursor")) { // This is now done above, since the conditional was needed anyway. - _preferredCursor.set(Cursor::Manager::getIconName(Cursor::Icon::SYSTEM)); - }*/ showCursor(Cursor::Manager::lookupIcon(_preferredCursor.get())); // enable mouse tracking; otherwise, we only get drag events diff --git a/interface/src/main.cpp b/interface/src/main.cpp index aa314df944..e18312f8b7 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -77,7 +77,7 @@ int main(int argc, const char* argv[]) { QCommandLineOption protocolVersionOption( "protocolVersion", "Writes the protocol version base64 signature to a file?", - "path" // Why?? + "path" ); QCommandLineOption noUpdaterOption( "no-updater", @@ -99,8 +99,8 @@ int main(int argc, const char* argv[]) { QCommandLineOption serverContentPathOption( "serverContentPath", "Path to find server content.", // What content?? - "serverContentPath" - ); // This data type will not be familiar to users. + "path" + ); QCommandLineOption overrideAppLocalDataPathOption( "cache", "Set test cache.",