aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/voice_gamemgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/shared/voice_gamemgr.cpp')
-rw-r--r--mp/src/game/shared/voice_gamemgr.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mp/src/game/shared/voice_gamemgr.cpp b/mp/src/game/shared/voice_gamemgr.cpp
index 2feb048d..15523859 100644
--- a/mp/src/game/shared/voice_gamemgr.cpp
+++ b/mp/src/game/shared/voice_gamemgr.cpp
@@ -48,6 +48,7 @@ CVoiceGameMgr g_VoiceGameMgr;
// ------------------------------------------------------------------------ //
// Find a player with a case-insensitive name search.
+#if 0
static CBasePlayer* FindPlayerByName(const char *pTestName)
{
for(int i=1; i <= gpGlobals->maxClients; i++)
@@ -69,6 +70,7 @@ static CBasePlayer* FindPlayerByName(const char *pTestName)
return NULL;
}
+#endif
static void VoiceServerDebug( const char *pFmt, ... )
{