From b68af7c598f435487e4d0cc76a3344adc1be4970 Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Sat, 27 May 2017 19:43:46 -0700 Subject: Joysticks: Fix unintended handling of analog sticks --- xbmc/input/joysticks/generic/FeatureHandling.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xbmc/input/joysticks/generic/FeatureHandling.cpp b/xbmc/input/joysticks/generic/FeatureHandling.cpp index 82fc7a274d..d858f368eb 100644 --- a/xbmc/input/joysticks/generic/FeatureHandling.cpp +++ b/xbmc/input/joysticks/generic/FeatureHandling.cpp @@ -52,10 +52,6 @@ bool CJoystickFeature::AcceptsInput(bool bActivation) { if (m_handler->AcceptsInput()) bAcceptsInput = true; - - // Avoid sticking - if (!bActivation) - bAcceptsInput = true; } return bAcceptsInput; -- cgit v1.2.3