From f3375f1b4d75369a45f24352b368fb5cbd587f6c Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 20 Apr 2007 23:14:12 +0000 Subject: Remove bbox and advance vector from bitmap cache. They are now available from glyph cache. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23044 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_cache.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libass/ass_cache.h') 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); -- cgit v1.2.3