Move the af_sort_xxx() functions from afangles.c to afhints.c in order to get rid of the obsolete angle-related types, macros and function definitions.
a212668c9 Remove obsolete AF_Angle type and related sources.
ChangeLog | 10 ++
src/autofit/afangles.c | 285 -------------------------------------------------
src/autofit/afangles.h | 7 --
src/autofit/afhints.c | 98 +++++++++++++++++
src/autofit/aftypes.h | 57 ----------
src/autofit/autofit.c | 1 -
src/autofit/rules.mk | 3 +-
7 files changed, 109 insertions(+), 352 deletions(-)
Upstream: git.savannah.gnu.org