Remove unused imports.

This commit is contained in:
Ms2ger 2015-05-06 19:20:10 +02:00
parent 72c20d8491
commit 2bfca8f96f
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@ use std::hash::{Hash, Hasher};
use std::rc::Rc;
use std::sync::Arc;
use azure::AzFloat;
use azure::azure_hl::BackendType;
use azure::scaled_font::ScaledFont;

View file

@ -12,7 +12,6 @@ use font::{FontHandleMethods, FontMetrics, FontTableMethods};
use font::FontTableTag;
use font::FractionalPixel;
use util::geometry::{Au, px_to_pt};
use util::geometry;
use platform::macos::font_context::FontContextHandle;
use text::glyph::GlyphId;
use style::computed_values::{font_stretch, font_weight};