mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
LibWeb: Remove unused clip_rect from display list recorder state
This commit is contained in:
parent
35d0d11e65
commit
1892cac80b
|
|
@ -160,7 +160,6 @@ public:
|
|||
private:
|
||||
struct State {
|
||||
Gfx::AffineTransform translation;
|
||||
Optional<Gfx::IntRect> clip_rect;
|
||||
Optional<i32> scroll_frame_id;
|
||||
};
|
||||
State& state() { return m_state_stack.last(); }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user