From 67932e0356f66ae5f44f93e27392db2fb1b1aa3a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 29 Aug 2016 16:19:42 +0200 Subject: [PATCH] Remove this --- configuration.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configuration.c b/configuration.c index 62be08ef75..149915c8d0 100644 --- a/configuration.c +++ b/configuration.c @@ -1703,10 +1703,6 @@ static bool config_load_file(const char *path, bool set_defaults, *int_settings[i].ptr = tmp; } - CONFIG_GET_INT_BASE(conf, settings, video_viewport_custom.x, "custom_viewport_x"); - CONFIG_GET_INT_BASE(conf, settings, video_viewport_custom.y, "custom_viewport_y"); - CONFIG_GET_INT_BASE(conf, settings, state_slot, "state_slot"); - #ifdef HAVE_NETPLAY if (!retroarch_override_setting_is_set(RARCH_OVERRIDE_SETTING_NETPLAY_DELAY_FRAMES)) CONFIG_GET_INT_BASE(conf, global, netplay.sync_frames, "netplay_delay_frames");