* src/autofit/afmodule.c (af_autofitter_done): Fix compiler warning.

2.6.5
Behdad Esfahbod 10 years ago committed by Werner Lemberg
parent 56ddafa01c
commit 48c86628de
  1. 4
      ChangeLog
  2. 2
      src/autofit/afmodule.c

@ -1,3 +1,7 @@
2015-01-14 Behdad Esfahbod <behdad@behdad.org>
* src/autofit/afmodule.c (af_autofitter_done): Fix compiler warning.
2015-01-14 Behdad Esfahbod <behdad@behdad.org>
[autofit] Add embedded array of segments and edges.

@ -260,7 +260,7 @@
FT_CALLBACK_DEF( void )
af_autofitter_done( FT_Module ft_module ) /* AF_Module */
{
AF_Module module = (AF_Module)ft_module;
FT_UNUSED( ft_module );
}

Loading…
Cancel
Save