don't need this...really, could just have it return but for the sake of killing a warning, meh

This commit is contained in:
CodeCodon
2015-08-09 02:06:18 -05:00
parent 8f57621896
commit cc17520cdb
@@ -28,7 +28,6 @@ public:
virtual void OnConnectComplete(UdpConnection *con);
virtual void OnTerminated(UdpConnection *con);
virtual void OnPacketCorrupt(UdpConnection *con, const uchar *data, int dataLen, UdpCorruptionReason reason);
virtual void ~UdpConnectionHandlerInternal();
private:
UdpConnectionHandlerInternal(UdpConnectionHandlerInternal const &);
UdpConnectionHandlerInternal &operator=(UdpConnectionHandlerInternal const &);