summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 648774c1..48e17ac4 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -960,7 +960,6 @@ void G_RunClient( gentity_t *ent );
// g_team.c
//
team_t G_TeamFromString( char *str );
-char *G_TeamName( team_t team );
qboolean OnSameTeam( gentity_t *ent1, gentity_t *ent2 );
void G_LeaveTeam( gentity_t *self );
void G_ChangeTeam( gentity_t *ent, team_t newTeam );