diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index a4d9b15eff..35df55ddf2 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1505,7 +1505,6 @@ Application::Application( qCDebug(interfaceapp, "Initialized Display"); if (_displayPlugin && !_displayPlugin->isHmd()) { - _preferredCursor.set(Cursor::Manager::getIconName(Cursor::Icon::SYSTEM)); showCursor(Cursor::Manager::lookupIcon(_preferredCursor.get())); } // An audio device changed signal received before the display plugins are set up will cause a crash,