mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
LibWeb: Remove variable self-assignment
This commit is contained in:
parent
3180df3337
commit
0e9c865805
Notes:
github-actions[bot]
2024-10-30 11:41:21 +00:00
Author: https://github.com/shlyakpavel Commit: https://github.com/LadybirdBrowser/ladybird/commit/0e9c8658050 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2056 Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 1 deletions
|
@ -313,7 +313,6 @@ void DisplayListRecorder::apply_backdrop_filter(Gfx::IntRect const& backdrop_reg
|
|||
|
||||
void DisplayListRecorder::paint_outer_box_shadow_params(PaintBoxShadowParams params)
|
||||
{
|
||||
params.device_content_rect = params.device_content_rect;
|
||||
append(PaintOuterBoxShadow { .box_shadow_params = params });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue