From 40a2f534d08badecd99c37e0fbd26062214e106a Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Tue, 23 Apr 2013 10:40:52 +1000 Subject: [PATCH] remove a wrong and unused prototype --- code/game/g_local.h | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/g_local.h b/code/game/g_local.h index 91c1881..749d330 100644 --- a/code/game/g_local.h +++ b/code/game/g_local.h @@ -453,7 +453,6 @@ void DeathmatchScoreboardMessage (gentity_t *client); // // g_cmds.c // -static void G_SayTo( gentity_t *ent, gentity_t *other, int mode, int color, const char *name, const char *message ); // // g_pweapon.c