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

@ -12,7 +12,7 @@ pub use text::shaping::Shaper;
pub use text::text_run::TextRun;
pub mod glyph;
#[path="shaping/mod.rs"] pub mod shaping;
pub mod shaping;
pub mod text_run;
pub mod util;