]> git.wh0rd.org - fontconfig.git/blobdiff - fc-glyphname/fc-glyphname.c
Pass directory information around in FcCache structure. Freeze charsets.
[fontconfig.git] / fc-glyphname / fc-glyphname.c
index 8b265e4ea0106e7661ed63868edd78ebe8f9b9e9..faaa63b47c0f1cf9f62efc23cfab46f029824fb4 100644 (file)
 
 #include "fcint.h"
 
-/* stub definitions for declarations from fcint.h.. */
-int * _fcBankId = 0, * _fcBankIdx = 0;
-FcValueList ** _fcValueLists = 0;
-FcPatternElt ** _fcPatternElts = 0;
-int FcDebugVal = 0;
-
-int
-FcCacheBankToIndexMTF (int bank)
-{
-    return 0;
-}
-/* end stub definitions */
-
 static int
 rawindex (const FcGlyphName *gn);