From 74020d688c5ebb958738812beef40bb9025a6318 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Fri, 6 Jul 2018 18:43:53 -0400 Subject: [PATCH] Update IClient. --- public/iclient.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/iclient.h b/public/iclient.h index 1828892e..9a2439b3 100644 --- a/public/iclient.h +++ b/public/iclient.h @@ -40,9 +40,6 @@ public: // set the client in a pending state waiting for a new game virtual void Inactivate( void ) = 0; - - // Reconnect without dropiing the netchannel - virtual void Reconnect( void ) = 0; // froce reconnect // disconnects a client with a given reason virtual void Disconnect( const char *reason ) = 0;