(Lakka) Remove unused variable

This commit is contained in:
Twinaphex 2014-10-21 00:23:25 +02:00
parent e7cb27b1de
commit dbb5f02e9d
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ static void lakka_context_destroy(void *data)
static bool lakka_init_settings(menu_handle_t *menu)
{
int j, k, jj = 0, kk;
int k, jj = 0, kk;
lakka_handle_t *lakka = NULL;
menu_category_t *category = NULL;
rarch_setting_t *setting_data = (rarch_setting_t*)menu->list_settings;