mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove unused SharedLayoutContext::layout_chan.
This commit is contained in:
parent
3c794d0076
commit
1c11bd09df
2 changed files with 1 additions and 6 deletions
|
@ -456,7 +456,6 @@ impl LayoutTask {
|
|||
viewport_size: rw_data.viewport_size.clone(),
|
||||
screen_size_changed: screen_size_changed,
|
||||
constellation_chan: rw_data.constellation_chan.clone(),
|
||||
layout_chan: self.chan.clone(),
|
||||
font_cache_task: self.font_cache_task.clone(),
|
||||
canvas_layers_sender: self.canvas_layers_sender.clone(),
|
||||
stylist: &*rw_data.stylist,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue