Remove the reflow root from SharedLayoutContext.

This commit is contained in:
Ms2ger 2015-07-09 13:12:12 +02:00 committed by Ms2ger
parent 9f91984415
commit c693e13a2c
2 changed files with 0 additions and 10 deletions

View file

@ -102,9 +102,6 @@ pub struct SharedLayoutContext {
/// FIXME(#2604): Make this no longer an unsafe pointer once we have fast `RWArc`s.
pub stylist: *const Stylist,
/// The root node at which we're starting the layout.
pub reflow_root: Option<OpaqueNode>,
/// The URL.
pub url: Url,