Remove unused variables

This commit is contained in:
Twinaphex 2016-10-04 06:09:59 +02:00
parent da840722ee
commit b0d63f0775
2 changed files with 0 additions and 2 deletions

View File

@ -1702,7 +1702,6 @@ static bool config_load_file(const char *path, bool set_defaults,
struct config_path_setting *path_settings = NULL;
char *override_username = NULL;
#ifdef HAVE_NETWORKING
bool override_netplay_is_client = false;
char *override_netplay_ip_address = NULL;
#endif
global_t *global = global_get_ptr();

View File

@ -3275,7 +3275,6 @@ static int action_ok_netplay_enable_host(const char *path,
{
#ifdef HAVE_NETWORKING
bool netplay_was_on = false;
settings_t *settings = config_get_ptr();
if (netplay_driver_ctl(RARCH_NETPLAY_CTL_IS_DATA_INITED, NULL))
{