Browse Source

UI: Remove a second call to OpenSavedProjectors

OpenSavedProjectors is already called from RefreshSceneCollections
earlier by OBSInit.
Shaolin 7 years ago
parent
commit
3390be50ce
1 changed files with 0 additions and 2 deletions
  1. 0 2
      UI/window-basic-main.cpp

+ 0 - 2
UI/window-basic-main.cpp

@@ -1480,8 +1480,6 @@ void OBSBasic::OBSInit()
 
 	SystemTray(true);
 
-	OpenSavedProjectors();
-
 	if (windowState().testFlag(Qt::WindowFullScreen))
 		fullscreenInterface = true;