diff options
author | vin <git@vineetk.net> | 2023-10-15 19:46:33 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-15 19:46:33 -0400 |
commit | 7ed78a843d4a90ae8adc69bf3c3dbf573a379f75 (patch) | |
tree | 420f8e7829b46bf43b5dbafc46f0a72f644e9588 /users/yet-another-developer/unicode.h | |
parent | 392a85e1f6fefd549cd52945ab1447a2d6901484 (diff) |
remove userspace declarations
Diffstat (limited to 'users/yet-another-developer/unicode.h')
-rw-r--r-- | users/yet-another-developer/unicode.h | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/users/yet-another-developer/unicode.h b/users/yet-another-developer/unicode.h deleted file mode 100644 index 340b4cf94b..0000000000 --- a/users/yet-another-developer/unicode.h +++ /dev/null @@ -1,64 +0,0 @@ -#pragma once - -#include "quantum.h" - -#ifdef UNICODEMAP_ENABLE -enum unicode_name { -OKOK, // -BANG, // â― -IRONY, // âļŪ -DEGREE, // ° -THINK, // ðĪ -GRIN, // ïŋ― -MONOCL, // ð§ -DRUG0, // ðĪŠ -DRUG1, // ðĨī -CLOWN, // ðĪĄ -MNDBLWN, // ðĪŊ -MONEY, // ðĪ -SHTUP, // ðĪ -PARTY, // ðĨģ -SMRK, // ð -WEARY, // ðĐ -UNAMU, // ð -SPY, // ðĩ -DAFUQ, // ðš -FIST0, // ðĪ -FIST1, // ðĪ -FIST2, // â -FIST3, // ð -WIFIHAND, // ð -EFFU, // ð -SPOCK, // ð -INUP, // ð -THDN, // ð -THUP, // ð -TUMBLER, // ðĨ -DRAGON0, // ð -DRAGON1, // ð
-TIGER0, // ð
-TIGER1, // ðŊ -COOL, // ð -UCHART, // ð -DCHART, // ð -BCHART, // ð -NOPRCY, // ðē -PRCY, // ðą -BBB, // ð
ą -POO, // ðĐ -HUNDR, // ðŊ -EGGPL, // ð -WATER, // ðĶ -LIT, // ðĨ -SNEK, // ð -PENGUIN, // ð§ -BOAR, // ð -MONKEY, // ð -CHICK, // ðĨ -DASH, // ðĻ -DIZZY, // ðŦ -KEEB, // ðŪ -HOLE, // ðģ -SAUCER // ðļ -}; -#endif |