summaryrefslogtreecommitdiff
path: root/src/fcint.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-05-23 16:00:01 +0200
committerAkira TAGOH <akira@tagoh.org>2018-05-25 14:43:06 +0900
commit3ea70f936832932fcd9502b0906ee9908bd04978 (patch)
treefdbef865ded28039e2abd24849a2b132b71240cc /src/fcint.h
parentc42402d0b8ada2472924619fc197a0394fbcd62c (diff)
downloadfontconfig-3ea70f936832932fcd9502b0906ee9908bd04978.tar.gz
Cache: Remove alias_table
There is really no need for this anymore https://bugs.freedesktop.org/show_bug.cgi?id=106618
Diffstat (limited to 'src/fcint.h')
-rw-r--r--src/fcint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fcint.h b/src/fcint.h
index 966559f..b688aa4 100644
--- a/src/fcint.h
+++ b/src/fcint.h
@@ -566,7 +566,6 @@ struct _FcConfig {
FcStrSet *availConfigFiles; /* config files available */
FcPtrList *rulesetList; /* List of rulesets being installed */
FcHashTable *uuid_table; /* UUID table for cachedirs */
- FcHashTable *alias_table; /* alias table for cachedirs */
};
typedef struct _FcFileTime {