Skip to content

Commit 62aee6b

Browse files
committed
Remove INetworkChannelNotify redefinition
1 parent 12d5af6 commit 62aee6b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/serversideclient.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ class CNetworkGameServerBase;
1818
class CNetworkGameServer;
1919
class CUtlSlot;
2020

21-
abstract_class INetworkChannelNotify
22-
{
23-
public:
24-
virtual void OnShutdownChannel(INetChannel * pChannel) = 0;
25-
};
26-
2721
enum CopiedLockState_t : int32
2822
{
2923
CLS_NOCOPY = 0,

0 commit comments

Comments
 (0)