Remove dead code from gfx/text

This commit is contained in:
Matt Brubeck 2015-07-14 14:32:45 -07:00
parent 7de4ba0f82
commit e0d98acabc
5 changed files with 4 additions and 91 deletions

View file

@ -86,7 +86,6 @@ pub struct FontMetrics {
}
pub type SpecifiedFontStyle = FontStyle;
pub type UsedFontStyle = FontStyle;
pub struct Font {
pub handle: FontHandle,