diff --git a/src/network/network_gamelist.h b/src/network/network_gamelist.h index 7fdd37c669..9a98207d96 100644 --- a/src/network/network_gamelist.h +++ b/src/network/network_gamelist.h @@ -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