evdev: fix axis_orientations index

This commit is contained in:
Megamouse 2021-08-09 13:30:20 +02:00
parent f0d51899c1
commit 1b775febcd
2 changed files with 3 additions and 5 deletions

View file

@ -355,8 +355,6 @@ class evdev_joystick_handler final : public PadHandlerBase
clock_t last_vibration = 0;
};
const int BUTTON_COUNT = 17;
public:
evdev_joystick_handler();
~evdev_joystick_handler();