Remove left over function declaration

This function no longer exists.
This commit is contained in:
Kawe Mazidjatari 2023-06-03 18:11:59 +02:00
parent cf3688a164
commit 693b378618

View File

@ -46,7 +46,6 @@ int NET_SendDatagram(SOCKET s, void* pPayload, int iLenght, netadr_t* pAdr, boo
void NET_SetKey(const string& svNetKey);
void NET_GenerateKey();
void NET_PrintFunc(const char* fmt, ...);
void NET_Shutdown(void* thisptr, const char* szReason, uint8_t bBadRep, bool bRemoveNow);
void NET_RemoveChannel(CClient* pClient, int nIndex, const char* szReason, uint8_t bBadRep, bool bRemoveNow);
///////////////////////////////////////////////////////////////////////////////