aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-16 12:28:43 +0100
committerMs2ger <Ms2ger@gmail.com>2016-06-20 19:08:12 +0200
commit9e2e0ff98c7c42b6bfb24f0846dc0c82e36e7d2c (patch)
treeaa32e333a8bc0c11895213251a226d5b818a4541 /components/script/lib.rs
parent2c50318ee7c05ab926e27d225a3409c8da86c991 (diff)
downloadservo-9e2e0ff98c7c42b6bfb24f0846dc0c82e36e7d2c.tar.gz
servo-9e2e0ff98c7c42b6bfb24f0846dc0c82e36e7d2c.zip
Move the remainder of layout_interface into script_layout_interface.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index c191c203889..33467a5dd34 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -94,7 +94,6 @@ mod devtools;
pub mod document_loader;
#[macro_use]
pub mod dom;
-pub mod layout_interface;
pub mod layout_wrapper;
mod mem;
mod network_listener;