Prune dead code.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-07-02 21:37:22 +00:00
parent e6c4e0b576
commit 1478dcd9c9
15 changed files with 25 additions and 95 deletions

View file

@ -220,8 +220,6 @@ V_DriftPitch (void)
move = host_frametime * cl.pitchvel;
cl.pitchvel += host_frametime * v_centerspeed->value;
// Con_Printf ("move: %f (%f)\n", move, host_frametime);
if (delta > 0) {
if (move > delta) {
cl.pitchvel = 0;