From 7783dcc56a32b22a108af35db924a847394afc67 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 5 Feb 2007 08:41:34 +0000 Subject: [PATCH] removed an unneeded extern prototype git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6791 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_phys.c | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.39.2