]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
removed an unneeded extern prototype
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Feb 2007 08:41:34 +0000 (08:41 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 5 Feb 2007 08:41:34 +0000 (08:41 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6791 d7cf8633-e32d-0410-b094-e92efae38249

sv_phys.c

index 4cddc0a731a93df430d5e1630d63df73b7b93c40..8672988a563ec7b8449a90c81ba3a4bdcef75c58 100644 (file)
--- 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();