diff options
Diffstat (limited to 'src/font.rs')
| -rw-r--r-- | src/font.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/font.rs b/src/font.rs index cb711770..fd979943 100644 --- a/src/font.rs +++ b/src/font.rs @@ -234,10 +234,6 @@ fn shared_prefix_words(left: &str, right: &str) -> usize { .count() } -impl_track_empty!(FontStore); -impl_track_hash!(FaceId); -impl_track_hash!(GlyphId); - /// A font face. pub struct Face { /// The raw face data, possibly shared with other faces from the same |
