mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove unused imports.
This commit is contained in:
parent
72c20d8491
commit
2bfca8f96f
2 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@ use std::hash::{Hash, Hasher};
|
||||||
use std::rc::Rc;
|
use std::rc::Rc;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
use azure::AzFloat;
|
|
||||||
use azure::azure_hl::BackendType;
|
use azure::azure_hl::BackendType;
|
||||||
use azure::scaled_font::ScaledFont;
|
use azure::scaled_font::ScaledFont;
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@ use font::{FontHandleMethods, FontMetrics, FontTableMethods};
|
||||||
use font::FontTableTag;
|
use font::FontTableTag;
|
||||||
use font::FractionalPixel;
|
use font::FractionalPixel;
|
||||||
use util::geometry::{Au, px_to_pt};
|
use util::geometry::{Au, px_to_pt};
|
||||||
use util::geometry;
|
|
||||||
use platform::macos::font_context::FontContextHandle;
|
use platform::macos::font_context::FontContextHandle;
|
||||||
use text::glyph::GlyphId;
|
use text::glyph::GlyphId;
|
||||||
use style::computed_values::{font_stretch, font_weight};
|
use style::computed_values::{font_stretch, font_weight};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue