From 8d37f7ebf49c68fbc5fd450a06e30196804c9d31 Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Sun, 21 Jan 2024 14:13:31 +0100 Subject: [PATCH] Remove unused code. --- application/input/input.cpp | 7 ------- 1 file changed, 7 deletions(-) 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);