diff options
Diffstat (limited to 'fc-lang/fc-lang.c')
-rw-r--r-- | fc-lang/fc-lang.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c index 93200c4e..83b13e11 100644 --- a/fc-lang/fc-lang.c +++ b/fc-lang/fc-lang.c @@ -37,16 +37,6 @@ * functions are also needed in slightly modified form */ -void -FcMemAlloc (int kind, int size) -{ -} - -void -FcMemFree (int kind, int size) -{ -} - FcPrivate void FcCacheObjectReference (void *object) { @@ -260,7 +250,6 @@ static int compare (const void *a, const void *b) #define MAX_LANG_SET_MAP ((MAX_LANG + 31) / 32) #define BitSet(map, i) ((map)[(entries[i].id)>>5] |= ((FcChar32) 1 << ((entries[i].id) & 0x1f))) -#define BitGet(map, i) ((map)[(entries[i].id)>>5] >> ((entries[i].id) & 0x1f)) & 1) int main (int argc, char **argv) |