1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

LibGfx: Remove a bunch of no-longer-used OpenType font code

We're not quite ready to remove the old OpenType implementation yet,
but let's carve off some unused stuff.
This commit is contained in:
Andreas Kling 2024-08-09 20:31:29 +02:00 committed by Andreas Kling
parent ca2cd86999
commit aabad3b94e
Notes: github-actions[bot] 2024-08-20 07:38:01 +00:00
15 changed files with 5 additions and 1195 deletions

View file

@ -456,7 +456,6 @@ if (ENABLE_GUI_TARGETS)
lagom_utility(animation SOURCES ../../Userland/Utilities/animation.cpp LIBS LibGfx LibMain)
lagom_utility(icc SOURCES ../../Userland/Utilities/icc.cpp LIBS LibGfx LibMain LibURL)
lagom_utility(image SOURCES ../../Userland/Utilities/image.cpp LIBS LibGfx LibMain)
lagom_utility(ttfdisasm SOURCES ../../Userland/Utilities/ttfdisasm.cpp LIBS LibGfx LibMain)
endif()
lagom_utility(js SOURCES ../../Userland/Utilities/js.cpp LIBS LibCrypto LibJS LibLine LibUnicode LibMain LibTextCodec Threads::Threads)