Remove unused function key_state_nr_pressed_keys()

This commit is contained in:
Johan Malm 2025-09-25 19:38:13 +01:00 committed by John Lindgren
parent bdc8e1c546
commit 1692c47fa0
2 changed files with 0 additions and 7 deletions

View file

@ -84,9 +84,3 @@ key_state_nr_bound_keys(void)
{
return bound.size;
}
int
key_state_nr_pressed_keys(void)
{
return pressed.size;
}