mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Delete unused runloop_msg_queue_pull
This commit is contained in:
parent
e32d93d886
commit
4971fc53b5
@ -174,14 +174,6 @@ void runloop_msg_queue_push(const char *msg,
|
||||
#endif
|
||||
}
|
||||
|
||||
char* runloop_msg_queue_pull(void)
|
||||
{
|
||||
runloop_ctx_msg_info_t msg_info;
|
||||
runloop_ctl(RUNLOOP_CTL_MSG_QUEUE_PULL, &msg_info);
|
||||
|
||||
return strdup(msg_info.msg);
|
||||
}
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
static bool runloop_cmd_get_state_menu_toggle_button_combo(
|
||||
settings_t *settings,
|
||||
|
Loading…
x
Reference in New Issue
Block a user