mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove unused variable
Just a remnant from #29850, it was causing a build warning.
This commit is contained in:
parent
fe5b494e3f
commit
fe37b89b95
1 changed files with 0 additions and 1 deletions
|
@ -866,7 +866,6 @@ impl LayoutThread {
|
|||
|
||||
let initial_viewport = data.window_size.initial_viewport;
|
||||
let device_pixel_ratio = data.window_size.device_pixel_ratio;
|
||||
let old_viewport_size = self.viewport_size;
|
||||
let current_screen_size = Size2D::new(
|
||||
Au::from_f32_px(initial_viewport.width),
|
||||
Au::from_f32_px(initial_viewport.height),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue