diff options
author | Per Lundberg <perlun@gmail.com> | 2016-05-15 22:24:26 +0300 |
---|---|---|
committer | Per Lundberg <perlun@gmail.com> | 2016-05-15 22:24:26 +0300 |
commit | 2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2 (patch) | |
tree | da7cdf137b99a2da034c92e455317143781863d6 /components/gfx/text | |
parent | 7bede60272a79fe094ea81979044b4d6eceeada4 (diff) | |
download | servo-2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2.tar.gz servo-2f7ed1d73e621a2f2fb1cbb73a39394c5747f0e2.zip |
Removed unused imports
This fixes #11185.
Diffstat (limited to 'components/gfx/text')
-rw-r--r-- | components/gfx/text/shaping/harfbuzz.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx/text/shaping/harfbuzz.rs b/components/gfx/text/shaping/harfbuzz.rs index e8b23e1e487..964ba7cf396 100644 --- a/components/gfx/text/shaping/harfbuzz.rs +++ b/components/gfx/text/shaping/harfbuzz.rs @@ -4,7 +4,7 @@ use app_units::Au; use euclid::Point2D; -use font::{DISABLE_KERNING_SHAPING_FLAG, Font, FontHandleMethods, FontTableMethods, FontTableTag}; +use font::{DISABLE_KERNING_SHAPING_FLAG, Font, FontTableMethods, FontTableTag}; use font::{IGNORE_LIGATURES_SHAPING_FLAG, RTL_FLAG, ShapingOptions}; use harfbuzz::{HB_DIRECTION_LTR, HB_DIRECTION_RTL, HB_MEMORY_MODE_READONLY}; use harfbuzz::{hb_blob_create, hb_face_create_for_tables}; |