UI: Actually fix non-windows compilation

This is a little bit embarrassing.  We'll just pretend we didn't see
that.
This commit is contained in:
jp9000
2019-02-20 18:01:42 -08:00
parent f6225719cc
commit eaf348decb

View File

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