Client: Remove duplicate g_specmodes[] definition

This commit is contained in:
Marco Cawthorne 2024-01-08 15:28:44 -08:00
parent a44c86c1a0
commit a8aa141778
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 6 deletions

View File

@ -507,12 +507,6 @@ HUD_Draw(void)
Damage_Draw();
}
string g_specmodes[] = {
"Free Camera",
"Third Person",
"First Person"
};
/* specatator main entry */
void
HUD_DrawSpectator(void)