Commit c916ea73 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

freetype: self-assignment

parent 7515422f
...@@ -1352,7 +1352,6 @@ static int HandleFontAttributes( xml_reader_t *p_xml_reader, ...@@ -1352,7 +1352,6 @@ static int HandleFontAttributes( xml_reader_t *p_xml_reader,
&i_karaoke_bg_color )) &i_karaoke_bg_color ))
{ {
psz_fontname = strdup( psz_fontname ); psz_fontname = strdup( psz_fontname );
i_font_size = i_font_size;
} }
i_font_alpha = (i_font_color >> 24) & 0xff; i_font_alpha = (i_font_color >> 24) & 0xff;
i_font_color &= 0x00ffffff; i_font_color &= 0x00ffffff;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment