]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Remove this, not needed
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Jul 2010 18:05:16 +0000 (18:05 +0000)
committerRudolf Polzer <divverent@alientrap.org>
Tue, 13 Jul 2010 20:52:56 +0000 (22:52 +0200)
From: MirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10291 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=57c149962631c677ded8ce962c33bee04c3b7bd1

view.c

diff --git a/view.c b/view.c
index c01f817516622144bb023f76529f3597b64af6bc..658fba51c3f2b28928362ce06107a85729344459 100644 (file)
--- 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;