mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +00:00
(runloop data) Cleanups
This commit is contained in:
parent
067a9e46dd
commit
4feec93426
@ -20,11 +20,6 @@
|
||||
int cb_core_updater_download(void *data_, size_t len);
|
||||
int cb_core_updater_list(void *data_, size_t len);
|
||||
|
||||
/**
|
||||
* HTTP
|
||||
*
|
||||
**/
|
||||
|
||||
/**
|
||||
* rarch_main_data_http_iterate_transfer:
|
||||
*
|
||||
@ -265,11 +260,6 @@ static int cb_nbio_image_menu_wallpaper(void *data, size_t len)
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* IMAGES
|
||||
*
|
||||
**/
|
||||
|
||||
static int rarch_main_data_image_iterate_poll(nbio_handle_t *nbio)
|
||||
{
|
||||
const char *path = NULL;
|
||||
@ -385,11 +375,6 @@ static int rarch_main_data_image_iterate_transfer_parse(nbio_handle_t *nbio)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* NBIO
|
||||
*
|
||||
**/
|
||||
|
||||
static int cb_nbio_default(void *data, size_t len)
|
||||
{
|
||||
nbio_handle_t *nbio = (nbio_handle_t*)data;
|
||||
@ -526,12 +511,6 @@ static int rarch_main_data_nbio_iterate_parse(nbio_handle_t *nbio)
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* RDB
|
||||
*
|
||||
**/
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
static void rarch_main_data_rdl_iterate(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user