Skip to content

Commit 1892cac

Browse files
kalenikaliaksandrawesomekling
authored andcommitted
LibWeb: Remove unused clip_rect from display list recorder state
1 parent 35d0d11 commit 1892cac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Userland/Libraries/LibWeb/Painting/DisplayListRecorder.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ class DisplayListRecorder {
160160
private:
161161
struct State {
162162
Gfx::AffineTransform translation;
163-
Optional<Gfx::IntRect> clip_rect;
164163
Optional<i32> scroll_frame_id;
165164
};
166165
State& state() { return m_state_stack.last(); }

0 commit comments

Comments
 (0)