Remove unused SharedLayoutContext::layout_chan.

This commit is contained in:
Ms2ger 2015-11-06 21:41:04 +01:00
parent 3c794d0076
commit 1c11bd09df
2 changed files with 1 additions and 6 deletions

View file

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