Remove unused variable

This commit is contained in:
Twinaphex 2016-09-17 19:42:08 +02:00
parent 5c97d5b46b
commit f8990cf24d

View File

@ -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)