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:
parent
ca2cd86999
commit
aabad3b94e
Notes:
github-actions[bot]
2024-08-20 07:38:01 +00:00
Author: https://github.com/awesomekling
Commit: aabad3b94e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1024
15 changed files with 5 additions and 1195 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue