Remove harmless remnant of reverted change.

This commit is contained in:
Nicholas Hastings 2015-05-12 13:39:06 -04:00
parent 75a93314a2
commit ae78acf97a

View File

@ -234,8 +234,6 @@ private:
void OnServerActivate(edict_t *pEdictList, int edictCount, int clientMax);
#endif
void InvalidatePlayer(CPlayer *pPlayer);
private:
void InitializePlayers();
private:
List<IClientListener *> m_hooks;
IForward *m_clconnect;