summaryrefslogtreecommitdiff
path: root/fc-lang
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-12-31 17:20:12 -0600
committerBehdad Esfahbod <behdad@behdad.org>2012-12-31 17:20:12 -0600
commita0638ff0c7445925e873b39dbe584fbaf3cc87e5 (patch)
tree30ae4bbb88d4441b4d55ce83e2313ba06f7d7395 /fc-lang
parenta603be89cd13555d5992836531c5ef2ba88b8473 (diff)
Remove unneeded stuff
Diffstat (limited to 'fc-lang')
-rw-r--r--fc-lang/fc-lang.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/fc-lang/fc-lang.c b/fc-lang/fc-lang.c
index 93200c4..83b13e1 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)