From bec4167d29a68efd0cd2da36143e7f1c78a119a0 Mon Sep 17 00:00:00 2001 From: xolatile Date: Sun, 10 Aug 2025 14:30:56 +0200 Subject: Cleared all warnings on GCC... --- src/fpsgame/fps.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/fpsgame/fps.cpp') diff --git a/src/fpsgame/fps.cpp b/src/fpsgame/fps.cpp index d167582..d5501c4 100644 --- a/src/fpsgame/fps.cpp +++ b/src/fpsgame/fps.cpp @@ -524,13 +524,6 @@ namespace game { const char *teamcolor(const char *name, const char *team, const char *alt) { return teamcolor(name, team && isteam(team, player1->team), alt); } - VARP(teamsounds, 0, 1, 1); - void teamsound(bool sameteam, int n, const vec *loc) { - playsound(n, loc, NULL); - } - void teamsound(fpsent *d, int n, const vec *loc) { - teamsound(isteam(d->team, player1->team), n, loc); - } void suicide(physent *d) { if(d==player1 || (d->type==ENT_PLAYER && ((fpsent *)d)->ai)) { if(d->state!=CS_ALIVE) return; -- cgit v1.2.3