Get rid of one unused variable warning

This commit is contained in:
twinaphex 2015-10-12 14:30:44 +02:00
parent 6f2bd56e23
commit f41532c029
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ enum menu_entry_type menu_entry_get_type(uint32_t i)
if (setting)
{
enum setting_type setting_type = menu_setting_get_type(setting);
const char *values = menu_setting_get_values(setting);
switch (setting_type)
{