Browse Source

UI: Actually fix non-windows compilation

This is a little bit embarrassing.  We'll just pretend we didn't see
that.
jp9000 6 years ago
parent
commit
eaf348decb
1 changed files with 0 additions and 2 deletions
  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.Title"),
 			QTStr("BrowserPanelInit.Text"));
 			QTStr("BrowserPanelInit.Text"));
 	InitPanelCookieManager();
 	InitPanelCookieManager();
-#else
-	UNUSED_PARAMETER();
 #endif
 #endif
 }
 }