We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5f91b commit ae1c952Copy full SHA for ae1c952
src/xrNetServer/NET_Common.cpp
@@ -58,14 +58,6 @@ static const unsigned MaxMultipacketSize = 32768;
58
59
XRNETSERVER_API int psNET_GuaranteedPacketMode = NET_GUARANTEEDPACKET_DEFAULT;
60
61
-
62
-//------------------------------------------------------------------------------
63
64
-MultipacketSender::MultipacketSender()
65
-{
66
-}
67
68
69
//------------------------------------------------------------------------------
70
71
void
src/xrNetServer/NET_Common.h
@@ -42,7 +42,6 @@ class XRNETSERVER_API
42
MultipacketSender
43
{
44
public:
45
- MultipacketSender();
46
virtual ~MultipacketSender() {}
47
48
protected:
0 commit comments