summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/network/network_gamelist.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/network/network_gamelist.h b/src/network/network_gamelist.h
index 7fdd37c66..9a98207d9 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