mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
UI: Fix compilation with browser disabled
This commit is contained in:
+2
-1
@@ -184,7 +184,8 @@ void YoutubeAuth::SetChatId(const QString &chat_id,
|
||||
chat->SetApiChatId(api_chat_id);
|
||||
}
|
||||
#else
|
||||
UNUSED_PARAMETER(chat_id, api_chat_id);
|
||||
UNUSED_PARAMETER(chat_id);
|
||||
UNUSED_PARAMETER(api_chat_id);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user