Remove send_unicode_hex_string() (#16518)

This commit is contained in:
Ryan
2022-03-04 22:04:45 +11:00
committed by GitHub
parent 24f2effbdd
commit f634fddd34
4 changed files with 0 additions and 56 deletions

View File

@ -90,7 +90,6 @@ void register_hex(uint16_t hex);
void register_hex32(uint32_t hex);
void register_unicode(uint32_t code_point);
void send_unicode_hex_string(const char *str);
void send_unicode_string(const char *str);
bool process_unicode_common(uint16_t keycode, keyrecord_t *record);