From 013731730e8375e0ff43c5b6568f282218ffd583 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 1 Jul 2011 19:35:25 +0200 Subject: [PATCH] remove an useless variable --- qcsrc/client/View.qc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 1dfa1b359..69f7f4676 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -371,7 +371,7 @@ void CSQC_UpdateView(float w, float h) entity e; float fov; float f, i, j; - vector v, vo; + vector v; vector vf_size, vf_min; float a; hud = getstati(STAT_HUD); @@ -403,7 +403,6 @@ void CSQC_UpdateView(float w, float h) myteam = GetPlayerColor(player_localentnum - 1); ticrate = getstatf(STAT_MOVEVARS_TICRATE) * getstatf(STAT_MOVEVARS_TIMESCALE); - vo = '0 0 1' * getstati(STAT_VIEWHEIGHT); if(autocvar_cl_lockview || (autocvar__hud_configure && spectatee_status <= 0) || intermission > 1) { -- 2.39.2