mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
(XMB) Cleanup unused variables
This commit is contained in:
parent
67b233c2cc
commit
cef42b9356
@ -169,7 +169,7 @@ error:
|
||||
|
||||
void database_info_list_free(database_info_list_t *database_info_list)
|
||||
{
|
||||
size_t i, j;
|
||||
size_t i;
|
||||
|
||||
if (!database_info_list)
|
||||
return;
|
||||
|
@ -829,8 +829,6 @@ static void xmb_list_switch()
|
||||
static void xmb_populate_entries(void *data, const char *path,
|
||||
const char *label, unsigned k)
|
||||
{
|
||||
int dir;
|
||||
unsigned j;
|
||||
xmb_handle_t *xmb = (xmb_handle_t*)driver.menu->userdata;
|
||||
|
||||
if (!xmb)
|
||||
|
Loading…
x
Reference in New Issue
Block a user