summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.h
diff options
context:
space:
mode:
authorDr.Smile <vabnick@gmail.com>2017-09-29 03:49:18 +0300
committerDr.Smile <vabnick@gmail.com>2019-05-20 01:01:40 +0300
commitfa4a18e243d8124bdf10b406cfbd341758d827d2 (patch)
tree673c623386ddcc259222ee1c599948edf6a461de /libass/ass_cache.h
parentd3286d8a5e3a0186457b8596c2809866fa59d052 (diff)
downloadlibass-fa4a18e243d8124bdf10b406cfbd341758d827d2.tar.bz2
libass-fa4a18e243d8124bdf10b406cfbd341758d827d2.tar.xz
cache: remove level of indirection in glyph metrics value
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"