X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;ds=sidebyside;f=fc-case%2Ffc-case.c;h=a4fffdef76d745aab0d2aacb06d86457498c6459;hb=09f9f6f62ac94f7b1a6df649a00c64f78ab132f5;hp=bd28517f49233610f6e73e879300d5bcd603fb45;hpb=c02886485b293179e8492cad9a34eb431dd4bfc9;p=fontconfig.git diff --git a/fc-case/fc-case.c b/fc-case/fc-case.c index bd28517..a4fffde 100644 --- a/fc-case/fc-case.c +++ b/fc-case/fc-case.c @@ -28,19 +28,6 @@ #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 {