From: havoc Date: Mon, 5 Feb 2007 08:41:34 +0000 (+0000) Subject: removed an unneeded extern prototype X-Git-Tag: xonotic-v0.1.0preview~3622 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7783dcc56a32b22a108af35db924a847394afc67;p=xonotic%2Fdarkplaces.git removed an unneeded extern prototype git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6791 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_phys.c b/sv_phys.c index 4cddc0a7..8672988a 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -1623,7 +1623,6 @@ static void SV_Physics_Entity (prvm_edict_t *ent) } } -void SV_ApplyClientMove (void); void SV_Physics_ClientEntity (prvm_edict_t *ent) { SV_ApplyClientMove();