mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Move s_using_custom_client to DiscordPresence.cpp
Otherwise, files that include the header get warning: ‘Discord::s_using_custom_client’ defined but not used.
This commit is contained in:
@ -27,8 +27,6 @@ enum class SecretType
|
||||
RoomID,
|
||||
};
|
||||
|
||||
static bool s_using_custom_client = false;
|
||||
|
||||
void Init();
|
||||
void InitNetPlayFunctionality(Handler& handler);
|
||||
void CallPendingCallbacks();
|
||||
|
Reference in New Issue
Block a user