Remove unused function

This commit is contained in:
Dave 2023-01-02 04:17:27 -06:00
parent ae4c228fff
commit 1e3b5d1c50
1 changed files with 0 additions and 5 deletions

View File

@ -52,11 +52,6 @@ void apple2_id_message(void)
asdf_print("[Keymap: Apple 2 (u/l case)]");
}
void apple2_print_characters(void)
{
asdf_keymap_print_characters();
}
void setup_apple2_keymap(void)
{
asdf_set_print_delay(APPLE2_PRINT_DELAY);