mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(Menu) Cleanup some unused variables
This commit is contained in:
parent
4e5981f9dd
commit
30b3597ca3
@ -1492,7 +1492,6 @@ static int menu_viewport_iterate(unsigned action)
|
||||
char msg[64];
|
||||
struct retro_game_geometry *geom = NULL;
|
||||
const char *base_msg = NULL;
|
||||
const char *path = NULL;
|
||||
const char *label = NULL;
|
||||
unsigned menu_type = 0;
|
||||
rarch_viewport_t *custom = (rarch_viewport_t*)
|
||||
@ -2074,7 +2073,6 @@ static int menu_common_iterate(unsigned action)
|
||||
int ret = 0;
|
||||
unsigned menu_type = 0;
|
||||
const char *path = NULL;
|
||||
const char *label = NULL;
|
||||
const char *menu_label = NULL;
|
||||
|
||||
if (!driver.menu)
|
||||
@ -2237,9 +2235,6 @@ static unsigned menu_gx_resolutions[GX_RESOLUTIONS_LAST][2] = {
|
||||
static unsigned menu_current_gx_resolution = GX_RESOLUTIONS_640_480;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
static void menu_common_setting_set_label_perf(char *type_str,
|
||||
size_t type_str_size, unsigned *w, unsigned type,
|
||||
const struct retro_perf_counter **counters, unsigned offset)
|
||||
|
Loading…
x
Reference in New Issue
Block a user