style: Remove unused goal field from SharedStyleContext.

This commit is contained in:
Emilio Cobos Álvarez 2017-03-03 00:59:47 +01:00
parent b4daadf7f2
commit 71997e6ed9
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
3 changed files with 4 additions and 16 deletions

View file

@ -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>>>>,