mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
style: Remove unused goal field from SharedStyleContext.
This commit is contained in:
parent
b4daadf7f2
commit
71997e6ed9
3 changed files with 4 additions and 16 deletions
|
@ -67,9 +67,6 @@ pub struct SharedStyleContext {
|
|||
/// The CSS selector stylist.
|
||||
pub stylist: Arc<Stylist>,
|
||||
|
||||
/// Why is this reflow occurring
|
||||
pub goal: ReflowGoal,
|
||||
|
||||
/// The animations that are currently running.
|
||||
pub running_animations: Arc<RwLock<HashMap<OpaqueNode, Vec<Animation>>>>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue