Skip to content

Commit

Permalink
Remove redundant MultipacketSender constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 10, 2015
1 parent cb5f91b commit ae1c952
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions src/xrNetServer/NET_Common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,6 @@ static const unsigned MaxMultipacketSize = 32768;

XRNETSERVER_API int psNET_GuaranteedPacketMode = NET_GUARANTEEDPACKET_DEFAULT;


//------------------------------------------------------------------------------

MultipacketSender::MultipacketSender()
{
}


//------------------------------------------------------------------------------

void
Expand Down
1 change: 0 additions & 1 deletion src/xrNetServer/NET_Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class XRNETSERVER_API
MultipacketSender
{
public:
MultipacketSender();
virtual ~MultipacketSender() {}

protected:
Expand Down

0 comments on commit ae1c952

Please sign in to comment.