Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Jan 21, 2024
1 parent 8bc325f commit 8d37f7e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions application/input/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8d37f7e

Please sign in to comment.