mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(materialui.c) Remove unused variable
This commit is contained in:
parent
1c296b6bd6
commit
4d74f6edef
@ -726,7 +726,7 @@ static void mui_frame(void)
|
||||
0, 0, 0, 0.2,
|
||||
0, 0, 0, 0.2,
|
||||
};
|
||||
unsigned width, height, ticker_limit, i, tab_width;
|
||||
unsigned width, height, ticker_limit, i;
|
||||
char msg[PATH_MAX_LENGTH];
|
||||
char title[PATH_MAX_LENGTH];
|
||||
char title_buf[PATH_MAX_LENGTH];
|
||||
|
Loading…
x
Reference in New Issue
Block a user