From eff69096628212ed6c317793464f7e51137f701f Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 22 Feb 2009 13:48:40 +0000 Subject: [PATCH] Fixed a warning. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3129 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_input.c | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/client/cl_input.c b/engine/client/cl_input.c index 44e66945c..9c4ba9c3e 100644 --- a/engine/client/cl_input.c +++ b/engine/client/cl_input.c @@ -740,7 +740,6 @@ void CL_UpdatePrydonCursor(usercmd_t *from, float cursor_screen[2], vec3_t curso #ifdef NQPROT void CLNQ_SendMove (usercmd_t *cmd, int pnum, sizebuf_t *buf) { - int bits; int i; vec3_t cursor_start, cursor_impact;