Revert "LibWeb/Painting: Add SaveLayer command"

This reverts commit 1898643ba4.
This commit is contained in:
Aliaksandr Kalenik 2025-03-28 13:47:33 +00:00 committed by Alexander Kalenik
commit 1229328adc
Notes: github-actions[bot] 2025-03-28 16:48:59 +00:00
7 changed files with 0 additions and 17 deletions

View file

@ -100,7 +100,6 @@ struct DrawRepeatedImmutableBitmap {
};
struct Save { };
struct SaveLayer { };
struct Restore { };
struct Translate {
@ -454,7 +453,6 @@ using Command = Variant<
DrawScaledImmutableBitmap,
DrawRepeatedImmutableBitmap,
Save,
SaveLayer,
Restore,
Translate,
AddClipRect,