mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
remove unused variable
This commit is contained in:
parent
268570a108
commit
d113f218a2
@ -983,7 +983,6 @@ static void menu_action_setting_disp_set_label(file_list_t* list,
|
|||||||
{
|
{
|
||||||
rarch_system_info_t *system = rarch_system_info_get_ptr();
|
rarch_system_info_t *system = rarch_system_info_get_ptr();
|
||||||
uint32_t hash_label = menu_hash_calculate(label);
|
uint32_t hash_label = menu_hash_calculate(label);
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
|
|
||||||
*s = '\0';
|
*s = '\0';
|
||||||
*w = 19;
|
*w = 19;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user