Remove unused macros

This commit is contained in:
Behdad Esfahbod 2009-11-16 15:41:58 -05:00
parent 1f4e6fecde
commit 486fa46893
1 changed files with 0 additions and 5 deletions

View File

@ -428,8 +428,6 @@ typedef struct _FcCaseFold {
#define fc_value_langset(v) FcValueLangSet(v)
#define fc_storage_type(v) ((v)->type)
#define fc_alignof(type) offsetof (struct { char c; type member; }, member)
#define FC_CACHE_MAGIC_MMAP 0xFC02FC04
#define FC_CACHE_MAGIC_ALLOC 0xFC02FC05
#define FC_CACHE_CONTENT_VERSION 3 /* also check FC_CACHE_VERSION */
@ -520,9 +518,6 @@ typedef struct _FcFileTime {
typedef struct _FcCharMap FcCharMap;
/* watch out; assumes that v is void * -PL */
#define ALIGN(v,type) ((void *)(((uintptr_t)(v) + fc_alignof(type) - 1) & ~(fc_alignof(type) - 1)))
/* fcblanks.c */
/* fccache.c */