diff options
author | Ryan <fauxpark@gmail.com> | 2021-05-14 03:25:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 03:25:40 +1000 |
commit | 04ab5de73cbf342adb1ca551cca20fac9535abad (patch) | |
tree | a5caf91d02a3e6d6bfce4d6c6f779cf00f05af4b /users/yet-another-developer/unicode.h | |
parent | cae9eb4d8d911576fdd424e1b49f832ede26c2f5 (diff) |
Deprecate `send_unicode_hex_string()` (#12602)
Diffstat (limited to 'users/yet-another-developer/unicode.h')
-rw-r--r-- | users/yet-another-developer/unicode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/yet-another-developer/unicode.h b/users/yet-another-developer/unicode.h index cb550243ee..9ff523baad 100644 --- a/users/yet-another-developer/unicode.h +++ b/users/yet-another-developer/unicode.h @@ -2,8 +2,6 @@ #include "quantum.h" -void send_unicode_hex_string(const char* str); - /* use X(n) to call the */ #ifdef UNICODEMAP_ENABLE enum unicode_name { |