forked from teamnwah/openmw-tes3coop
[General] Delete invalid & redundant code
This commit is contained in:
parent
0d6636018f
commit
e3f4c63ea6
2 changed files with 0 additions and 20 deletions
|
@ -25,16 +25,6 @@ namespace mwmp
|
|||
virtual void Send(BasePlayer *player, RakNet::AddressOrGUID destination);
|
||||
virtual void Read(BasePlayer *player);
|
||||
|
||||
static size_t headerSize()
|
||||
{
|
||||
return (size_t)(1 + RakNet::RakNetGUID::size()); // packetID + RakNetGUID (uint64_t)
|
||||
}
|
||||
|
||||
unsigned char GetPacketID()
|
||||
{
|
||||
return packetID;
|
||||
}
|
||||
|
||||
protected:
|
||||
BasePlayer *player;
|
||||
|
||||
|
|
|
@ -25,16 +25,6 @@ namespace mwmp
|
|||
virtual void Send(BaseEvent *event, RakNet::AddressOrGUID destination);
|
||||
virtual void Read(BaseEvent *event);
|
||||
|
||||
static size_t headerSize()
|
||||
{
|
||||
return (size_t)(1 + RakNet::RakNetGUID::size()); // packetID + RakNetGUID (uint64_t)
|
||||
}
|
||||
|
||||
unsigned char GetPacketID()
|
||||
{
|
||||
return packetID;
|
||||
}
|
||||
|
||||
protected:
|
||||
BaseEvent *event;
|
||||
|
||||
|
|
Loading…
Reference in a new issue