summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_cache.h')
-rw-r--r--libass/ass_cache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libass/ass_cache.h b/libass/ass_cache.h
index 8e36f84..80f9b5c 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -47,10 +47,6 @@ typedef struct {
int asc, desc; // ascender/descender
} OutlineHashValue;
-typedef struct {
- FT_Glyph_Metrics metrics;
-} GlyphMetricsHashValue;
-
// Create definitions for bitmap, outline and composite hash keys
#define CREATE_STRUCT_DEFINITIONS
#include "ass_cache_template.h"