Remove unnecessary ServoFont type alias

This commit is contained in:
Matt Brubeck 2016-05-13 16:20:59 -07:00
parent 45dc587d42
commit 4361f92067
2 changed files with 4 additions and 8 deletions

View file

@ -16,7 +16,6 @@ use std::str;
use std::sync::Arc;
use std::sync::atomic::{ATOMIC_USIZE_INIT, AtomicUsize, Ordering};
use style::computed_values::{font_stretch, font_variant, font_weight};
use style::properties::style_structs::ServoFont;
use text::Shaper;
use text::glyph::{GlyphId, GlyphStore};
use text::shaping::ShaperMethods;
@ -88,8 +87,6 @@ pub struct FontMetrics {
pub line_gap: Au,
}
pub type SpecifiedFontStyle = ServoFont;
#[derive(Debug)]
pub struct Font {
pub handle: FontHandle,