1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 13:37:10 +09:00

LibGfx: Delete DeprecatedPainter

This commit is contained in:
Pavel Shliak 2024-11-25 17:30:31 +04:00 committed by Alexander Kalenik
parent 1e67b85571
commit dbfe5be9ff
Notes: github-actions[bot] 2024-11-25 20:14:51 +00:00
27 changed files with 17 additions and 2068 deletions

View file

@ -8,7 +8,6 @@
*/
#include <AK/OwnPtr.h>
#include <LibGfx/DeprecatedPainter.h>
#include <LibGfx/PainterSkia.h>
#include <LibGfx/Quad.h>
#include <LibGfx/Rect.h>