1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);