mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Cleanups
This commit is contained in:
parent
b462e0aaf0
commit
1410668d34
@ -2459,7 +2459,6 @@ bool command_event(enum event_command cmd, void *data)
|
||||
to do this but for now I'll just use a string list */
|
||||
char *buf = (char *)data;
|
||||
static struct string_list *hostname = NULL;
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
hostname = string_split(buf, ":");
|
||||
|
||||
|
@ -3122,7 +3122,6 @@ static int action_ok_netplay_connect_room(const char *path,
|
||||
{
|
||||
#ifdef HAVE_NETWORKING
|
||||
char tmp_hostname[512];
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
tmp_hostname[0] = '\0';
|
||||
|
||||
@ -3327,7 +3326,6 @@ static void netplay_refresh_rooms_cb(void *task_data, void *user_data, const cha
|
||||
char buf[PATH_MAX_LENGTH];
|
||||
|
||||
http_transfer_data_t *data = (http_transfer_data_t*)task_data;
|
||||
menu_file_transfer_t *state = (menu_file_transfer_t*)user_data;
|
||||
|
||||
buf[0] = '\0';
|
||||
|
||||
@ -3349,7 +3347,6 @@ finish:
|
||||
else
|
||||
{
|
||||
int i, j = 0;
|
||||
char tmp[PATH_MAX_LENGTH];
|
||||
char s[PATH_MAX_LENGTH];
|
||||
static struct string_list *room_data = NULL;
|
||||
file_list_t *file_list = menu_entries_get_selection_buf_ptr(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user