Remove unused variables

This commit is contained in:
Twinaphex 2019-09-20 17:34:35 +02:00
parent bcb7e14d0f
commit 3da84396b6
2 changed files with 0 additions and 3 deletions

View File

@ -690,7 +690,6 @@ static void materialui_render(void *data,
menu_input_pointer_t pointer;
size_t i = 0;
materialui_handle_t *mui = (materialui_handle_t*)data;
settings_t *settings = config_get_ptr();
file_list_t *list = menu_entries_get_selection_buf_ptr(0);
if (!mui)

View File

@ -12919,7 +12919,6 @@ static int menu_input_pointer_post_iterate(
int ret = 0;
menu_input_pointer_hw_state_t *pointer_hw_state = &menu_input_pointer_hw_state;
menu_input_t *menu_input = &menu_input_state;
settings_t *settings = configuration_settings;
/* If onscreen keyboard is shown and we currently have
* active mouse input, highlight key under mouse cursor */
@ -13199,7 +13198,6 @@ void menu_input_post_iterate(int *ret, unsigned action)
else
{
menu_entry_t entry;
settings_t *settings = configuration_settings;
file_list_t *selection_buf = menu_entries_get_selection_buf_ptr(0);
size_t selection = menu_navigation_get_selection();
menu_file_list_cbs_t *cbs = selection_buf ?