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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libass/ass_cache.h b/libass/ass_cache.h
index c76c357fb0..a0403d03fb 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -47,8 +47,6 @@ typedef struct bitmap_hash_val_s {
bitmap_t* bm; // the actual bitmaps
bitmap_t* bm_o;
bitmap_t* bm_s;
- FT_BBox bbox_scaled; // bbox after scaling, but before rotation
- FT_Vector advance; // 26.6, advance distance to the next bitmap in line
} bitmap_hash_val_t;
void ass_bitmap_cache_init(void);