Remove unused variable
This commit is contained in:
parent
ce02161255
commit
03c1283fcb
|
@ -3085,7 +3085,6 @@ static void get_current_menu_sublabel(struct rarch_state *p_rarch,
|
||||||
char* retstr, size_t max)
|
char* retstr, size_t max)
|
||||||
{
|
{
|
||||||
menu_entry_t entry;
|
menu_entry_t entry;
|
||||||
const char* entry_sublabel;
|
|
||||||
struct menu_state *menu_st = &p_rarch->menu_driver_state;
|
struct menu_state *menu_st = &p_rarch->menu_driver_state;
|
||||||
|
|
||||||
menu_entry_init(&entry);
|
menu_entry_init(&entry);
|
||||||
|
|
Loading…
Reference in New Issue