servo: Merge #5967 - Remove unused imports (from Ms2ger:warnings); r=mbrubeck

Source-Repo: https://github.com/servo/servo
Source-Revision: 0ec6d80b6ed61c6950b8e5f50d04f994f0021101
This commit is contained in:
Ms2ger 2015-05-07 03:50:17 -05:00
parent 19b5a2331c
commit ca69a28ef0
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};