diff --git a/application/input/input.cpp b/application/input/input.cpp index 02418994..a06d6e13 100644 --- a/application/input/input.cpp +++ b/application/input/input.cpp @@ -74,13 +74,6 @@ const char *joypad_axis_to_tag(JoypadAxis axis) #undef D } -static inline Hash hash(unsigned code) -{ - Hasher h; - h.u32(code); - return h.get(); -} - void InputTracker::orientation_event(quat rot) { OrientationEvent event(rot);