QTfrontend/SDLs.cpp
changeset 2520 b785c90b93fe
parent 2515 51d3f4b6293a
child 2531 c7f841eb91fb
--- a/QTfrontend/SDLs.cpp	Sat Oct 17 09:31:37 2009 +0000
+++ b/QTfrontend/SDLs.cpp	Sat Oct 17 09:44:22 2009 +0000
@@ -100,10 +100,6 @@
 		// Register entries for missing axes not assigned to sticks of this joystick/gamepad
 		for(int aid = 0; aid < SDL_JoystickNumAxes(joy) && i < 1021; aid++)
 		{
-			// Axis 2 on xbox 360 is left/right trigger but those are used as buttons anyway so skip it
-			if(aid == 2 && isxb)
-				continue;
-
 			// Again store the part of the string not changing for multiple uses
 			QString axis = prefix + QApplication::translate("binds (keys)", "Axis") + QString(" %1 ").arg(aid + 1);