mirror of https://github.com/freetype/freetype
[autofit] Remove redundant code.
* src/autofit/aflatin.c (af_latin_metrics_init_widths): Do it.
This commit is contained in:
parent
5330e3de15
commit
bbe84ed972
|
@ -1,3 +1,9 @@
|
|||
2015-12-10 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[autofit] Remove redundant code.
|
||||
|
||||
* src/autofit/aflatin.c (af_latin_metrics_init_widths): Do it.
|
||||
|
||||
2015-12-09 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[autofit] Thinko.
|
||||
|
|
|
@ -143,9 +143,6 @@
|
|||
|
||||
af_shaper_buf_destroy( face, shaper_buf );
|
||||
|
||||
if ( !glyph_index )
|
||||
goto Exit;
|
||||
|
||||
if ( !glyph_index )
|
||||
goto Exit;
|
||||
|
||||
|
|
Loading…
Reference in New Issue