diff options
Diffstat (limited to 'network_gamelist.c')
-rw-r--r-- | network_gamelist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/network_gamelist.c b/network_gamelist.c index a49a0159d..57f24b281 100644 --- a/network_gamelist.c +++ b/network_gamelist.c @@ -9,8 +9,6 @@ // This file handles the GameList // Also, it handles the request to a server for data about the server -extern void UpdateNetworkGameWindow(bool unselect); - /** Add a new item to the linked gamelist. If the IP and Port match * return the existing item instead of adding it again * @param ip the IP-address (inet_addr) of the to-be added item |