diff options
Diffstat (limited to 'components/layout/context.rs')
-rw-r--r-- | components/layout/context.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/layout/context.rs b/components/layout/context.rs index e68ce343940..4f2cf89de2e 100644 --- a/components/layout/context.rs +++ b/components/layout/context.rs @@ -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, |