[int] Remove more unused macros
This commit is contained in:
parent
247c4f3df2
commit
b2d9101230
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue