From: terencehill Date: Sun, 20 Nov 2016 23:09:07 +0000 (+0100) Subject: Remove an unused variable X-Git-Tag: xonotic-v0.8.2~422 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5f0ef69ea5186e47ffad77949db5c5df2b9ad8b2;p=xonotic%2Fxonotic-data.pk3dir.git Remove an unused variable --- diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index c85d075a6..2ca531166 100644 --- a/qcsrc/client/view.qc +++ b/qcsrc/client/view.qc @@ -125,7 +125,6 @@ void calc_followmodel_ofs(entity view) float frac; vector gunorg = '0 0 0'; static vector vel_average; - static vector gunorg_prev = '0 0 0'; static vector gunorg_adjustment_highpass; static vector gunorg_adjustment_lowpass;