mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Remove unused screen_size_changed layout context field.
This commit is contained in:
parent
fa32d50c7a
commit
b4daadf7f2
3 changed files with 0 additions and 9 deletions
|
@ -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>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue