LibGfx: Delete DeprecatedPainter

This commit is contained in:
Pavel Shliak 2024-11-25 17:30:31 +04:00 committed by Alexander Kalenik
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

@ -11,7 +11,6 @@
#include <AK/SegmentedVector.h>
#include <AK/Utf8View.h>
#include <AK/Vector.h>
#include <LibGfx/AntiAliasingPainter.h>
#include <LibGfx/Color.h>
#include <LibGfx/Forward.h>
#include <LibGfx/Gradients.h>