mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Comment out function that isn't used
This commit is contained in:
parent
4a20709645
commit
d9ab59cb4a
@ -283,9 +283,9 @@ static void handle_discord_spectate(const char* secret)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
|
#if 0
|
||||||
static void handle_discord_join_response(void *ignore, const char *line)
|
static void handle_discord_join_response(void *ignore, const char *line)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
/* TODO/FIXME: needs in-game widgets */
|
/* TODO/FIXME: needs in-game widgets */
|
||||||
if (strstr(line, "yes"))
|
if (strstr(line, "yes"))
|
||||||
Discord_Respond(user_id, DISCORD_REPLY_YES);
|
Discord_Respond(user_id, DISCORD_REPLY_YES);
|
||||||
@ -294,9 +294,9 @@ static void handle_discord_join_response(void *ignore, const char *line)
|
|||||||
menu_input_dialog_end();
|
menu_input_dialog_end();
|
||||||
retroarch_menu_running_finished(false);
|
retroarch_menu_running_finished(false);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
static void handle_discord_join_request(const DiscordUser* request)
|
static void handle_discord_join_request(const DiscordUser* request)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user