From: Rudolf Polzer Date: Fri, 1 Jul 2011 17:35:25 +0000 (+0200) Subject: remove an useless variable X-Git-Tag: xonotic-v0.5.0~159^2~6 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=013731730e8375e0ff43c5b6568f282218ffd583;p=xonotic%2Fxonotic-data.pk3dir.git remove an useless variable --- 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) {