diff options
author | Bobby Holley <bobbyholley@gmail.com> | 2016-10-25 13:52:27 -0700 |
---|---|---|
committer | Bobby Holley <bobbyholley@gmail.com> | 2016-10-27 09:15:33 -0700 |
commit | 97fd61f51260c273882e37cad76156d84ce909a3 (patch) | |
tree | 3705acdb89284cedf3b3820fbbef94588e2a3725 /components/script_layout_interface/lib.rs | |
parent | 6b40f97289c4c5a20b539992c3d511b3bf470f28 (diff) | |
download | servo-97fd61f51260c273882e37cad76156d84ce909a3.tar.gz servo-97fd61f51260c273882e37cad76156d84ce909a3.zip |
Eliminate untraversed node types from LayoutNodeType.
MozReview-Commit-ID: 926ReI1BSsf
Diffstat (limited to 'components/script_layout_interface/lib.rs')
-rw-r--r-- | components/script_layout_interface/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/components/script_layout_interface/lib.rs b/components/script_layout_interface/lib.rs index 120f794c249..3ad565d0c78 100644 --- a/components/script_layout_interface/lib.rs +++ b/components/script_layout_interface/lib.rs @@ -107,12 +107,7 @@ impl DomParallelInfo { #[derive(Copy, Clone, PartialEq, Eq, Debug)] pub enum LayoutNodeType { - Comment, - Document, - DocumentFragment, - DocumentType, Element(LayoutElementType), - ProcessingInstruction, Text, } |