Remove unused StackingContextType

This hasn't been in use for quite some time.
This commit is contained in:
Martin Robinson 2017-08-16 11:08:54 +02:00
parent 24270f9357
commit ee73cb618a

View file

@ -399,7 +399,6 @@ pub enum StackingContextType {
Real,
PseudoPositioned,
PseudoFloat,
PseudoScrollingArea,
}
#[derive(Clone, HeapSizeOf, Deserialize, Serialize)]