Commit fd02c369dab122aa988faffd6b9f696a79054d3b

Alexei Podtelezhnikov 2022-07-29T22:54:38

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

diff --git a/src/autofit/afhints.h b/src/autofit/afhints.h
index 96001cd..9dd48be 100644
--- a/src/autofit/afhints.h
+++ b/src/autofit/afhints.h
@@ -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 */