summaryrefslogtreecommitdiff
path: root/freetype/src/autofit/afindic.c
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2021-12-07 11:20:37 +0000
committerChris Liddell <chris.liddell@artifex.com>2021-12-07 12:13:37 +0000
commitb20b66200381b4e348931b97187ef7b93ab4e655 (patch)
tree1ab0ebf6ee1eff60a455edb98acddef5a0639025 /freetype/src/autofit/afindic.c
parent6f29f18171aaf772fbfe6d6ea5b7d40acbd89a0f (diff)
downloadghostpdl-b20b66200381b4e348931b97187ef7b93ab4e655.tar.gz
Update freetype to 2.11.1
Diffstat (limited to 'freetype/src/autofit/afindic.c')
-rw-r--r--freetype/src/autofit/afindic.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/freetype/src/autofit/afindic.c b/freetype/src/autofit/afindic.c
index bc2837a26..064c300ed 100644
--- a/freetype/src/autofit/afindic.c
+++ b/freetype/src/autofit/afindic.c
@@ -4,7 +4,7 @@
*
* Auto-fitter hinting routines for Indic writing system (body).
*
- * Copyright (C) 2007-2020 by
+ * Copyright (C) 2007-2021 by
* Rahul Bhalerao <rahul.bhalerao@redhat.com>, <b.rahul.pm@gmail.com>.
*
* This file is part of the FreeType project, and may only be used,
@@ -27,11 +27,6 @@
#include "aferrors.h"
-#ifdef AF_CONFIG_OPTION_USE_WARPER
-#include "afwarp.h"
-#endif
-
-
static FT_Error
af_indic_metrics_init( AF_CJKMetrics metrics,
FT_Face face )