style: Remove unused screen_size_changed layout context field.

This commit is contained in:
Emilio Cobos Álvarez 2017-03-03 00:37:10 +01:00
parent fa32d50c7a
commit b4daadf7f2
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 0 additions and 9 deletions

View file

@ -64,9 +64,6 @@ pub struct SharedStyleContext {
/// The current viewport size.
pub viewport_size: Size2D<Au>,
/// Screen sized changed?
pub screen_size_changed: bool,
/// The CSS selector stylist.
pub stylist: Arc<Stylist>,