Add NOTE/TODO about globals

This commit is contained in:
twinaphex 2019-12-02 20:52:23 +01:00
parent ee6c2393c1
commit 04ee55f202

View File

@ -4870,8 +4870,9 @@ default_action_ok_dl_push(action_ok_push_content_list, FILEBROWSER_SELECT_FILE,
default_action_ok_dl_push(action_ok_push_scan_file, FILEBROWSER_SCAN_FILE, ACTION_OK_DL_CONTENT_LIST, settings->paths.directory_menu_content)
#ifdef HAVE_NETWORKING
struct netplay_host_list *lan_hosts;
int lan_room_count;
/* TODO/FIXME - globals - remove */
static struct netplay_host_list *lan_hosts = NULL;
static int lan_room_count = 0;
void netplay_refresh_rooms_menu(file_list_t *list)
{