From 8d448680f5b3bcd2a67a3684308bb948e4d3ddad Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Thu, 12 Jul 2012 02:46:19 +0000 Subject: * (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_t (/dev/humancontroller) --- src/game/g_local.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 727c280b..81700620 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -924,7 +924,6 @@ void G_Checktrigger_stages( team_t team, stage_t stage ); // g_misc.c // void TeleportPlayer( gentity_t *player, vec3_t origin, vec3_t angles ); -void ShineTorch( gentity_t *self ); // // g_weapon.c -- cgit