aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2017-05-27 19:43:46 -0700
committerGarrett Brown <themagnificentmrb@gmail.com>2017-05-27 19:50:06 -0700
commitb68af7c598f435487e4d0cc76a3344adc1be4970 (patch)
tree9a49db0480280650c935411943b6a13804982e0c
parent965ce4e01527310f3e5505038837a829ba8ca7b4 (diff)
Joysticks: Fix unintended handling of analog sticks
-rw-r--r--xbmc/input/joysticks/generic/FeatureHandling.cpp4
1 files changed, 0 insertions, 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;