mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Silence C89_BUILD warning
This commit is contained in:
parent
ba678e55e3
commit
4db58bdfc2
@ -1488,8 +1488,6 @@ static void menu_input_st_cheat_cb(void *userdata, const char *str)
|
||||
|
||||
static void menu_input_wifi_cb(void *userdata, const char *passphrase)
|
||||
{
|
||||
(void)userdata;
|
||||
|
||||
unsigned idx = menu_input_dialog_get_kb_idx();
|
||||
|
||||
driver_wifi_connect_ssid(idx, passphrase);
|
||||
|
Loading…
x
Reference in New Issue
Block a user