From 4fd2a252531fa2cca950eb15b2368d8c2196c434 Mon Sep 17 00:00:00 2001 From: Techjar Date: Thu, 8 Nov 2018 22:39:42 -0500 Subject: [PATCH] Core/Config: Remove unused NETPLAY_SELECTED_HOST_GAME declaration --- Source/Core/Core/Config/NetplaySettings.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/Core/Config/NetplaySettings.h b/Source/Core/Core/Config/NetplaySettings.h index 90dcec5d23..df8601f3ee 100644 --- a/Source/Core/Core/Config/NetplaySettings.h +++ b/Source/Core/Core/Config/NetplaySettings.h @@ -26,7 +26,6 @@ extern const ConfigInfo NETPLAY_CONNECT_PORT; extern const ConfigInfo NETPLAY_LISTEN_PORT; extern const ConfigInfo NETPLAY_NICKNAME; -extern const ConfigInfo NETPLAY_SELECTED_HOST_GAME; extern const ConfigInfo NETPLAY_USE_UPNP; extern const ConfigInfo NETPLAY_ENABLE_QOS;