aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-07-19 19:10:20 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-07-22 09:32:01 -0700
commitb0002a003d3222b01d20f781cf9ca28a01bda22f (patch)
tree317a5e59885b88e2efb495947876a9b8a39d8d25 /components/script/dom/mod.rs
parentb66cbd364a2352a15f772355cc0d978c8ddda908 (diff)
downloadservo-b0002a003d3222b01d20f781cf9ca28a01bda22f.tar.gz
servo-b0002a003d3222b01d20f781cf9ca28a01bda22f.zip
Make use of ended flag, get rid of XRLayer
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 60701755ec8..b1f001b1322 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -546,7 +546,6 @@ pub mod xmlserializer;
pub mod xr;
pub mod xrframe;
pub mod xrinputsource;
-pub mod xrlayer;
pub mod xrpose;
pub mod xrreferencespace;
pub mod xrrenderstate;