LibGfx: Delete DeprecatedPath

This commit is contained in:
Pavel Shliak 2024-11-25 17:53:30 +04:00 committed by Alexander Kalenik
commit af9d855b70
Notes: github-actions[bot] 2024-11-25 20:14:44 +00:00
8 changed files with 0 additions and 710 deletions

View file

@ -7,7 +7,6 @@
#pragma once
#include <AK/RefCounted.h>
#include <LibGfx/DeprecatedPath.h>
#include <LibWeb/Bindings/PlatformObject.h>
#include <LibWeb/Geometry/DOMMatrixReadOnly.h>
#include <LibWeb/HTML/Canvas/CanvasPath.h>