From 84a823db042b49d2f6934b770dafbf3a366cef26 Mon Sep 17 00:00:00 2001 From: GAMMACASE <31375974+GAMMACASE@users.noreply.github.com> Date: Wed, 15 Oct 2025 16:00:56 +0300 Subject: [PATCH] Update INetChannelInfo --- public/inetchannelinfo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/public/inetchannelinfo.h b/public/inetchannelinfo.h index 4766005a..702b613c 100644 --- a/public/inetchannelinfo.h +++ b/public/inetchannelinfo.h @@ -59,7 +59,6 @@ public: virtual const netadr_t &GetRemoteAddress( void ) const = 0; virtual float GetTime( void ) const = 0; // current net time virtual float GetTimeConnected( void ) const = 0; // get connection time in seconds - virtual int GetBufferSize( void ) const = 0; // netchannel packet history size virtual int GetDataRate( void ) const = 0; // send data rate in byte/sec virtual bool IsLocalHost( void ) const = 0; // true if localhost