LibUnicode+LibGfx: Remove superfluous emoji metadata

For SerenityOS, we parse emoji metadata from the UCD to learn emoji
groups, subgroups, names, etc. We used this information only in the
emoji picker dialog. It is entirely unused within Ladybird.

This removes our dependence on the UCD emoji file, as we no longer
need any of its information. All we need to know is the file path to
our custom emoji, which we get from Meta/emoji-file-list.txt.
This commit is contained in:
Timothy Flynn 2024-06-21 16:30:27 -04:00 committed by Andreas Kling
commit 069bed5d47
Notes: sideshowbarker 2024-07-18 22:57:59 +09:00
7 changed files with 70 additions and 660 deletions

View file

@ -12,7 +12,6 @@
namespace Unicode {
enum class BidiClass;
enum class EmojiGroup : u8;
struct CurrencyCode;
struct Emoji;