summaryrefslogtreecommitdiff
path: root/network_gamelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'network_gamelist.h')
-rw-r--r--network_gamelist.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/network_gamelist.h b/network_gamelist.h
deleted file mode 100644
index c1a1a0904..000000000
--- a/network_gamelist.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* $Id$ */
-
-#ifndef NETWORK_GAMELIST_H
-#define NETWORK_GAMELIST_H
-
-void NetworkGameListClear(void);
-NetworkGameList *NetworkGameListAddItem(uint32 ip, uint16 port);
-void NetworkGameListRemoveItem(NetworkGameList *remove);
-void NetworkGameListAddQueriedItem(const NetworkGameInfo *info, bool server_online);
-
-#endif /* NETWORK_GAMELIST_H */