1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

Everywhere: Remove bitmap emojis inherited from SerenityOS

These are no longer used since we switched to using the system emoji
font.
This commit is contained in:
Aliaksandr Kalenik 2024-09-06 01:28:24 +02:00 committed by Tim Flynn
parent ec315667f0
commit 4e9d6a543a
Notes: github-actions[bot] 2024-09-06 12:31:29 +00:00
2024 changed files with 0 additions and 2399 deletions

View file

@ -1,5 +1,3 @@
include(${SerenityOS_SOURCE_DIR}/Meta/CMake/unicode_data.cmake)
set(SOURCES
CharacterTypes.cpp
Collator.cpp
@ -20,7 +18,6 @@ set(SOURCES
String.cpp
TimeZone.cpp
UnicodeKeywords.cpp
${UNICODE_DATA_SOURCES}
)
set(GENERATED_SOURCES ${CURRENT_LIB_GENERATED})