* src/autofit/afhints.h: Remove dead code.

This commit is contained in:
Alexei Podtelezhnikov 2022-07-29 22:54:38 -04:00
parent 2af6903b15
commit fd02c369da
1 changed files with 0 additions and 5 deletions

View File

@ -21,8 +21,6 @@
#include "aftypes.h"
#define xxAF_SORT_SEGMENTS
FT_BEGIN_HEADER
/*
@ -313,9 +311,6 @@ FT_BEGIN_HEADER
FT_Int num_segments; /* number of used segments */
FT_Int max_segments; /* number of allocated segments */
AF_Segment segments; /* segments array */
#ifdef AF_SORT_SEGMENTS
FT_Int mid_segments;
#endif
FT_Int num_edges; /* number of used edges */
FT_Int max_edges; /* number of allocated edges */