remove an unneeded prototyp

This commit is contained in:
Bill Currie 2002-02-25 06:34:06 +00:00
parent d5ed3bea75
commit cd29f8b9a0
2 changed files with 0 additions and 4 deletions

View file

@ -68,8 +68,6 @@ cvar_t *sv_nostep;
#define MOVE_EPSILON 0.01
void SV_Physics_Toss (edict_t *ent);
void
SV_CheckAllEnts (void)
{

View file

@ -71,8 +71,6 @@ cvar_t *sv_waterfriction;
#define MOVE_EPSILON 0.01
void SV_Physics_Toss (edict_t *ent);
void
SV_CheckAllEnts (void)
{