diff options
author | Ryan <fauxpark@gmail.com> | 2022-03-04 22:04:45 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 11:04:45 +0000 |
commit | f634fddd344a456c3eff8014d9d58a2d764d7a8c (patch) | |
tree | 6bdd560da1c23c95314afe5500044c27abcaee5f /quantum/process_keycode/process_unicode_common.h | |
parent | 24f2effbddd45475f815f9d7edc1732baaec4e3f (diff) | |
download | qmk_firmware-f634fddd344a456c3eff8014d9d58a2d764d7a8c.tar.gz qmk_firmware-f634fddd344a456c3eff8014d9d58a2d764d7a8c.zip |
Remove `send_unicode_hex_string()` (#16518)
Diffstat (limited to 'quantum/process_keycode/process_unicode_common.h')
-rw-r--r-- | quantum/process_keycode/process_unicode_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_unicode_common.h b/quantum/process_keycode/process_unicode_common.h index 1a6607c757..8a4494c939 100644 --- a/quantum/process_keycode/process_unicode_common.h +++ b/quantum/process_keycode/process_unicode_common.h @@ -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); |