Browse Source

text_renderer: freetype: remove unused stack var

pull/135/head
Francois Cartegnie 7 years ago
parent
commit
f1a0af6008
  1. 2
      modules/text_renderer/freetype/freetype.c

2
modules/text_renderer/freetype/freetype.c

@ -737,8 +737,6 @@ static inline void RenderBackground( subpicture_region_t *p_region,
void (*ExtractComponents)( uint32_t, uint8_t *, uint8_t *, uint8_t * ),
void (*BlendPixel)(picture_t *, int, int, int, int, int, int, int) )
{
FT_BBox prevbox;
for( const line_desc_t *p_line = p_line_head; p_line != NULL; p_line = p_line->p_next )
{
FT_Vector offset = GetAlignedOffset( p_line, p_textbbox, p_region->i_text_align );

Loading…
Cancel
Save