1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

(XMB) Cleanup unused variables

This commit is contained in:
Twinaphex 2015-01-27 23:36:20 +01:00
parent 67b233c2cc
commit cef42b9356
2 changed files with 1 additions and 3 deletions

View File

@ -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;

View File

@ -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)