From 5f0ef69ea5186e47ffad77949db5c5df2b9ad8b2 Mon Sep 17 00:00:00 2001
From: terencehill <piuntn@gmail.com>
Date: Mon, 21 Nov 2016 00:09:07 +0100
Subject: [PATCH] Remove an unused variable

---
 qcsrc/client/view.qc | 1 -
 1 file changed, 1 deletion(-)

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;
 
-- 
2.39.5