mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
(MUI) Remove some unused variables
This commit is contained in:
parent
80017f7d71
commit
a5998cb589
@ -1903,9 +1903,8 @@ static int mui_pointer_down(void *userdata,
|
|||||||
unsigned ptr, menu_file_list_cbs_t *cbs,
|
unsigned ptr, menu_file_list_cbs_t *cbs,
|
||||||
menu_entry_t *entry, unsigned action)
|
menu_entry_t *entry, unsigned action)
|
||||||
{
|
{
|
||||||
size_t selection;
|
|
||||||
unsigned width, height;
|
unsigned width, height;
|
||||||
unsigned header_height, i;
|
unsigned header_height;
|
||||||
mui_handle_t *mui = (mui_handle_t*)userdata;
|
mui_handle_t *mui = (mui_handle_t*)userdata;
|
||||||
|
|
||||||
if (!mui)
|
if (!mui)
|
||||||
|
Loading…
Reference in New Issue
Block a user