aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/client/sixense/in_sixense_gesture_bindings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/client/sixense/in_sixense_gesture_bindings.cpp')
-rw-r--r--mp/src/game/client/sixense/in_sixense_gesture_bindings.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/mp/src/game/client/sixense/in_sixense_gesture_bindings.cpp b/mp/src/game/client/sixense/in_sixense_gesture_bindings.cpp
index 7ede9ba5..0f0f7105 100644
--- a/mp/src/game/client/sixense/in_sixense_gesture_bindings.cpp
+++ b/mp/src/game/client/sixense/in_sixense_gesture_bindings.cpp
@@ -879,10 +879,6 @@ bool SixenseGestureBindings::ActionTokenToStr( sixenseUtils::IButtonStates::Acti
{
Q_snprintf( buf, buflen, "tilt_gesture" );
}
- else if( action == sixenseUtils::IButtonStates::ACTION_BUTTON_PRESS )
- {
- Q_snprintf( buf, buflen, "button_press" );
- }
else if( action == sixenseUtils::IButtonStates::ACTION_TRIGGER_PRESS )
{
Q_snprintf( buf, buflen, "trigger_press" );