mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Core/Config: Remove unused NETPLAY_SELECTED_HOST_GAME declaration
This commit is contained in:
@ -26,7 +26,6 @@ extern const ConfigInfo<u16> NETPLAY_CONNECT_PORT;
|
|||||||
extern const ConfigInfo<u16> NETPLAY_LISTEN_PORT;
|
extern const ConfigInfo<u16> NETPLAY_LISTEN_PORT;
|
||||||
|
|
||||||
extern const ConfigInfo<std::string> NETPLAY_NICKNAME;
|
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_USE_UPNP;
|
||||||
|
|
||||||
extern const ConfigInfo<bool> NETPLAY_ENABLE_QOS;
|
extern const ConfigInfo<bool> NETPLAY_ENABLE_QOS;
|
||||||
|
Reference in New Issue
Block a user