Remove unused type

No longer used; replaced with cvar 'sv_rcon_maxpacketsize'.
This commit is contained in:
Kawe Mazidjatari 2023-04-19 01:36:10 +02:00
parent 179bd31ee6
commit 83d5deb109

View File

@ -286,7 +286,6 @@ struct vrect_t
vrect_t* pnext;
};
constexpr int MAX_NETCONSOLE_INPUT_LEN = 4096;
constexpr int MSG_NOSIGNAL = 0;
//-----------------------------------------------------------------------------