From: Behdad Esfahbod Date: Mon, 16 Nov 2009 21:57:53 +0000 (-0500) Subject: [int] Remove more unused macros X-Git-Tag: 2.8.0~17 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;ds=sidebyside;h=b2d910123008115813a5cd623389189a2d66880b;p=fontconfig.git [int] Remove more unused macros --- diff --git a/src/fcint.h b/src/fcint.h index c91df8c..233b4c3 100644 --- a/src/fcint.h +++ b/src/fcint.h @@ -107,10 +107,6 @@ #define FC_MEM_NUM 30 -#define FC_BANK_DYNAMIC 0 -#define FC_BANK_FIRST 1 -#define FC_BANK_LANGS 0xfcfcfcfc - #define FC_MIN(a,b) ((a) < (b) ? (a) : (b)) #define FC_MAX(a,b) ((a) > (b) ? (a) : (b)) #define FC_ABS(a) ((a) < 0 ? -(a) : (a))