[int] Remove more unused macros

This commit is contained in:
Behdad Esfahbod 2009-11-16 16:57:53 -05:00
parent 247c4f3df2
commit b2d9101230
1 changed files with 0 additions and 4 deletions

View File

@ -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))