mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
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:
parent
aa3a30870b
commit
069bed5d47
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/trflynn89
Commit: 069bed5d47
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/239
7 changed files with 70 additions and 660 deletions
|
@ -12,7 +12,6 @@
|
|||
namespace Unicode {
|
||||
|
||||
enum class BidiClass;
|
||||
enum class EmojiGroup : u8;
|
||||
|
||||
struct CurrencyCode;
|
||||
struct Emoji;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue