LibGfx: Delete DeprecatedPath

This commit is contained in:
Pavel Shliak
2024-11-25 17:53:30 +04:00
committed by Alexander Kalenik
parent dbfe5be9ff
commit af9d855b70
8 changed files with 0 additions and 710 deletions

View File

@@ -6,7 +6,6 @@
#include <AK/Debug.h>
#include <AK/Optional.h>
#include <LibGfx/DeprecatedPath.h>
#include <LibGfx/Path.h>
#include <LibWeb/Bindings/SVGPathElementPrototype.h>
#include <LibWeb/DOM/Document.h>