From 0be61e8830913bea46525e2ccf34468080f47278 Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Thu, 6 Dec 2018 12:03:53 -0500
Subject: [PATCH] a stray if block

---
 src/command.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/command.c b/src/command.c
index 1acde820da..c3f5140fc1 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1748,8 +1748,6 @@ static boolean CV_FilterVarByVersion(consvar_t *v, const char *valstr)
 			|| !stricmp(v->name, "mousemove")
 			|| !stricmp(v->name, "mousemove2"))
 			return false;
-		if ()
-			return false;
 
 		// mousesens was changed from 35 to 20 due to oversensitivity
 		if ((!stricmp(v->name, "mousesens")
-- 
GitLab