(Discord) Unused if HAVE_MENU not defined

This commit is contained in:
twinaphex 2019-07-11 01:14:19 +02:00
parent a867e3916e
commit 0be476508f

View File

@ -253,6 +253,7 @@ static void handle_discord_spectate(const char* secret)
RARCH_LOG("[discord] spectate (%s)\n", secret); RARCH_LOG("[discord] spectate (%s)\n", secret);
} }
#ifdef HAVE_MENU
static void handle_discord_join_response(void *ignore, const char *line) static void handle_discord_join_response(void *ignore, const char *line)
{ {
/* To-Do: needs in-game widgets /* To-Do: needs in-game widgets
@ -265,6 +266,7 @@ static void handle_discord_join_response(void *ignore, const char *line)
#endif #endif
*/ */
} }
#endif
static void handle_discord_join_request(const DiscordUser* request) static void handle_discord_join_request(const DiscordUser* request)
{ {