diff options
Diffstat (limited to 'components/layout/context.rs')
-rw-r--r-- | components/layout/context.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/layout/context.rs b/components/layout/context.rs index 6b0a61247d8..6d04c131b85 100644 --- a/components/layout/context.rs +++ b/components/layout/context.rs @@ -15,7 +15,6 @@ use script_traits::UntrustedNodeAddress; use servo_msg::constellation_msg::ConstellationChan; use servo_net::local_image_cache::LocalImageCache; use servo_util::geometry::Au; -use servo_util::opts::Opts; use sync::{Arc, Mutex}; use std::mem; use style::Stylist; @@ -75,9 +74,6 @@ pub struct SharedLayoutContext { /// The URL. pub url: Url, - /// The command line options. - pub opts: Opts, - /// The dirty rectangle, used during display list building. pub dirty: Rect<Au>, |