diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-18 07:30:47 +0100 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2022-01-18 10:37:28 +0100 |
commit | 3122b12cbf7c0da2b717cbbd0b7848e02f1c7a6f (patch) | |
tree | 968a7ed7bf915c534a9c51c03348124c55a9ab85 /config_host/config_features.h.in | |
parent | 0941ff0add733f3da2bcf47506e7a74f3b9850a1 (diff) |
Drop unused HAVE_FT_FACE_GETCHARVARIANTINDEX
Change-Id: Iececf24304d69b5f06903be52193bf3b222ce2aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128521
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'config_host/config_features.h.in')
-rw-r--r-- | config_host/config_features.h.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config_host/config_features.h.in b/config_host/config_features.h.in index 86a5c6a9c6d9..3cc5109ca25a 100644 --- a/config_host/config_features.h.in +++ b/config_host/config_features.h.in @@ -77,11 +77,6 @@ #define HAVE_FEATURE_READONLY_INSTALLSET 0 /* - * Whether FreeType has FT_Face_GetCharVariantIndex or not. - */ -#define HAVE_FT_FACE_GETCHARVARIANTINDEX 0 - -/* * Whether to use validation on files. */ #define HAVE_EXPORT_VALIDATION 0 |