Auto merge of #11590 - mbrubeck:cleanup, r=jdm

Remove unused dev-dependency on image

This was used by Servo's old reftest harness, which was replaced with WPT.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11590)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-04 16:53:53 -05:00
commit 57cd0aabef
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ dependencies = [
"gfx_tests 0.0.1",
"gleam 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
"glutin_app 0.0.1",
"image 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.2.3 (git+https://github.com/servo/ipc-channel)",
"layout 0.0.1",
"layout_tests 0.0.1",

View file

@ -31,7 +31,6 @@ opt-level = 3
# lto = false
[dev-dependencies]
image = "0.10"
gfx_tests = {path = "../../tests/unit/gfx"}
layout_tests = {path = "../../tests/unit/layout"}
net_tests = {path = "../../tests/unit/net"}