Remove unused variable

Just a remnant from #29850, it was causing a build warning.
This commit is contained in:
Oriol Brufau 2023-07-01 03:24:09 +02:00
parent fe5b494e3f
commit fe37b89b95

View file

@ -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),