diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-09-19 11:14:58 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-09-19 11:16:05 +0200 |
| commit | 4ec3bcee487c1567bc6551f81d4f69eee4379076 (patch) | |
| tree | 84ece5a894679adbe06c43712af685c5561a83ca /src/font.rs | |
| parent | e5f958b92161732ae46ccc66ce3d6eea213cf925 (diff) | |
Remove pins and memoization
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 |
