Remove SharedLayoutContext::url.

It is unused.
This commit is contained in:
Ms2ger 2016-05-31 14:45:34 +02:00
parent 134fd18767
commit dc41c671e2
2 changed files with 0 additions and 10 deletions

View file

@ -91,9 +91,6 @@ pub struct SharedLayoutContext {
/// Interface to the font cache thread.
pub font_cache_thread: Mutex<FontCacheThread>,
/// The URL.
pub url: Url,
/// The visible rects for each layer, as reported to us by the compositor.
pub visible_rects: Arc<HashMap<LayerId, Rect<Au>, BuildHasherDefault<FnvHasher>>>,