From b33b9fc58a681d6939b2bfba76638f792f65001c Mon Sep 17 00:00:00 2001
From: Bill Currie <bill@taniwha.org>
Date: Tue, 14 Aug 2001 22:10:55 +0000
Subject: [PATCH] remove a redundant call to JOY_Command

---
 libs/video/targets/in_sdl.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libs/video/targets/in_sdl.c b/libs/video/targets/in_sdl.c
index 1d7b2058a..833c17a8b 100644
--- a/libs/video/targets/in_sdl.c
+++ b/libs/video/targets/in_sdl.c
@@ -301,8 +301,6 @@ IN_LL_SendKeyEvents (void)
 void
 IN_LL_Commands (void)
 {
-	JOY_Command ();
-
 	if (old_windowed_mouse != _windowed_mouse->value) {
 		old_windowed_mouse = _windowed_mouse->value;
 		if (!_windowed_mouse->value) {