Skip to content
Permalink
Browse files
Merge pull request #7555 from Techjar/config-delcaration-unused
Core/Config: Remove unused NETPLAY_SELECTED_HOST_GAME declaration
  • Loading branch information
JosJuice committed Nov 9, 2018
2 parents 61b9ef3 + 4fd2a25 commit 0e1cca5
Showing 1 changed file with 0 additions and 1 deletion.
@@ -26,7 +26,6 @@ extern const ConfigInfo<u16> NETPLAY_CONNECT_PORT;
extern const ConfigInfo<u16> NETPLAY_LISTEN_PORT;

extern const ConfigInfo<std::string> NETPLAY_NICKNAME;
extern const ConfigInfo<std::string> NETPLAY_SELECTED_HOST_GAME;
extern const ConfigInfo<bool> NETPLAY_USE_UPNP;

extern const ConfigInfo<bool> NETPLAY_ENABLE_QOS;

0 comments on commit 0e1cca5

Please sign in to comment.