summaryrefslogtreecommitdiff
path: root/src/network/core/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/packet.h')
-rw-r--r--src/network/core/packet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/core/packet.h b/src/network/core/packet.h
index 6b5442e0e..7079b927b 100644
--- a/src/network/core/packet.h
+++ b/src/network/core/packet.h
@@ -72,8 +72,6 @@ public:
void Recv_string(char *buffer, size_t size, bool allow_newlines = false);
};
-Packet *NetworkSend_Init(PacketType type);
-
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_CORE_PACKET_H */