diff options
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r-- | components/gfx/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs index b42e05375be..bc9b0b94eaf 100644 --- a/components/gfx/lib.rs +++ b/components/gfx/lib.rs @@ -25,8 +25,6 @@ extern crate fnv; extern crate euclid; extern crate layers; extern crate libc; -extern crate stb_image; -extern crate png; #[macro_use] extern crate profile_traits; extern crate script_traits; |