From eaf348decb1453de6839f9e2bfb6d6ce753b6605 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Wed, 20 Feb 2019 18:01:42 -0800 Subject: [PATCH] UI: Actually fix non-windows compilation This is a little bit embarrassing. We'll just pretend we didn't see that. --- UI/window-basic-main-browser.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/UI/window-basic-main-browser.cpp b/UI/window-basic-main-browser.cpp index e8802afc2..c29fe077b 100644 --- a/UI/window-basic-main-browser.cpp +++ b/UI/window-basic-main-browser.cpp @@ -160,7 +160,5 @@ void OBSBasic::InitBrowserPanelSafeBlock() QTStr("BrowserPanelInit.Title"), QTStr("BrowserPanelInit.Text")); InitPanelCookieManager(); -#else - UNUSED_PARAMETER(); #endif }