diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-01-12 17:48:11 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-01-13 09:37:28 +0100 |
commit | 86d3c576f21e76b23db5bfcfe1a81794148a97dd (patch) | |
tree | 9c6bc9da18001000b7dc3893e53a002ac7582e1d /components/gfx | |
parent | 53c4a782a0906c487139d4b6f3c62d9eca3f9f17 (diff) | |
download | servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.tar.gz servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.zip |
Remove some unused extern crates.
Diffstat (limited to 'components/gfx')
-rw-r--r-- | components/gfx/Cargo.toml | 3 | ||||
-rw-r--r-- | components/gfx/lib.rs | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index e8ed5f45375..4b731d76679 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -61,9 +61,6 @@ features = ["plugins"] git = "https://github.com/servo/rust-layers" features = ["plugins"] -[dependencies.script_traits] -path = "../script_traits" - [dependencies.ipc-channel] git = "https://github.com/servo/ipc-channel" diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index 733178559d8..6bc600d3d67 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -60,7 +60,6 @@ extern crate net_traits; extern crate profile_traits; extern crate rand; extern crate rustc_serialize; -extern crate script_traits; extern crate serde; #[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))] |