Cleanup: remove unused optional ctor parameter for NetworkGameList

pull/332/head
Patric Stout 3 years ago committed by Patric Stout
parent 6212d0a8da
commit de7ab2eb1c

@ -16,10 +16,7 @@
/** Structure with information shown in the game list (GUI) */
struct NetworkGameList {
NetworkGameList(const std::string &connection_string, bool manually = false) :
connection_string(connection_string), manually(manually)
{
}
NetworkGameList(const std::string &connection_string) : connection_string(connection_string) {}
NetworkGameInfo info = {}; ///< The game information of this server
std::string connection_string; ///< Address of the server

Loading…
Cancel
Save