get_label - some more cleanups

This commit is contained in:
twinaphex 2015-02-01 09:34:53 +01:00
parent 86d6155026
commit e0a7c38fdb

View File

@ -2848,8 +2848,6 @@ void setting_data_get_label(void *data, char *type_str,
size_t type_str_size, unsigned *w, unsigned type,
const char *menu_label, const char *label, unsigned idx)
{
file_list_t *list = (file_list_t*)data;
if (!driver.menu || !driver.menu->menu_list || !label)
return;