From: divverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Mon, 12 Jul 2010 18:05:16 +0000 (+0000)
Subject: Remove this, not needed
X-Git-Tag: xonotic-v0.1.0preview~230^2~187
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=57c149962631c677ded8ce962c33bee04c3b7bd1;p=xonotic%2Fdarkplaces.git

Remove this, not needed

From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10291 d7cf8633-e32d-0410-b094-e92efae38249
---

diff --git a/view.c b/view.c
index c01f8175..658fba51 100644
--- a/view.c
+++ b/view.c
@@ -593,7 +593,7 @@ void V_CalcRefdef (void)
 				VectorAdd(vieworg, cl.punchvector, vieworg);
 				if (cl.stats[STAT_HEALTH] > 0)
 				{
-					double xyspeed, bob, bob2, bobroll;
+					double xyspeed, bob, bobroll;
 					float cycle, cycle2;
 					vec_t frametime;