diff options
Diffstat (limited to 'components/gfx/tests/text_util.rs')
-rw-r--r-- | components/gfx/tests/text_util.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/gfx/tests/text_util.rs b/components/gfx/tests/text_util.rs index c35a06a2e2f..297823041d8 100644 --- a/components/gfx/tests/text_util.rs +++ b/components/gfx/tests/text_util.rs @@ -2,8 +2,6 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -extern crate gfx; - use gfx::text::util::{transform_text, CompressionMode}; #[test] |