]> git.wh0rd.org - fontconfig.git/blobdiff - fc-case/fc-case.c
Rework Object name database to unify typechecking and object lookup.
[fontconfig.git] / fc-case / fc-case.c
index bd28517f49233610f6e73e879300d5bcd603fb45..a4fffdef76d745aab0d2aacb06d86457498c6459 100644 (file)
 #define MAX_OUT            32
 #define MAX_LINE    8192
 
-/* 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 */
-
 typedef enum _caseFoldClass { CaseFoldCommon, CaseFoldFull, CaseFoldSimple, CaseFoldTurkic } CaseFoldClass;
 
 typedef struct _caseFoldClassMap {