From 2cc52fc0ae8674a5e7f9c1e13c552066faa5dfd1 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Thu, 16 Sep 2021 21:03:52 -0400 Subject: [PATCH] Remove IVEngineServer::IsInternalBuild. --- public/eiface.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/public/eiface.h b/public/eiface.h index de60563e..330f0195 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -342,9 +342,6 @@ public: // even though we may not have waited enough time virtual void AllowImmediateEdictReuse( ) = 0; - // Returns true if the engine is an internal build. i.e. is using the internal bugreporter. - virtual bool IsInternalBuild( void ) = 0; - virtual IChangeInfoAccessor *GetChangeAccessor( const edict_t *pEdict ) = 0; // Name of most recently load .sav file