mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 13:24:01 +00:00
Remove unused variables
This commit is contained in:
parent
da840722ee
commit
b0d63f0775
@ -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();
|
||||
|
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user