[11005] Remove unused function from channel code. Some other cleanups.t_id

This commit is contained in:
VladimirMangos 2011-01-14 08:48:36 +03:00
parent 8d62e9dbf7
commit c8fe77f8ca
3 changed files with 4 additions and 24 deletions

View file

@ -199,7 +199,6 @@ class Channel
void MakeVoiceOff(WorldPacket *data, uint64 guid); //+ 0x23
void SendToAll(WorldPacket *data, uint64 p = 0);
void SendToAllButOne(WorldPacket *data, uint64 who);
void SendToOne(WorldPacket *data, uint64 who);
bool IsOn(uint64 who) const { return players.find(who) != players.end(); }