Quellcode durchsuchen

UI: Actually fix non-windows compilation

This is a little bit embarrassing.  We'll just pretend we didn't see
that.
jp9000 vor 7 Jahren
Ursprung
Commit
eaf348decb
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      UI/window-basic-main-browser.cpp

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

@@ -160,7 +160,5 @@ void OBSBasic::InitBrowserPanelSafeBlock()
 			QTStr("BrowserPanelInit.Title"),
 			QTStr("BrowserPanelInit.Text"));
 	InitPanelCookieManager();
-#else
-	UNUSED_PARAMETER();
 #endif
 }