mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Remove unused variable
This commit is contained in:
parent
5c97d5b46b
commit
f8990cf24d
@ -1324,7 +1324,6 @@ static void menu_action_setting_disp_set_label_core_option_create(
|
|||||||
char *s2, size_t len2)
|
char *s2, size_t len2)
|
||||||
{
|
{
|
||||||
rarch_system_info_t *system = NULL;
|
rarch_system_info_t *system = NULL;
|
||||||
global_t *global = global_get_ptr();
|
|
||||||
|
|
||||||
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);
|
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);
|
||||||
if (!system)
|
if (!system)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user