X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/8a8e7c69149cb2c7510252fd03960a4eb0085b94..7cb8516cb5919cf883c7d3b16f4b5e9f75b586ee:/client/util.h diff --git a/client/util.h b/client/util.h index fde06540..7d9943f0 100644 --- a/client/util.h +++ b/client/util.h @@ -25,8 +25,6 @@ #ifndef MAX # define MAX(a, b) (((a) > (b)) ? (a) : (b)) #endif -#define TRUE 1 -#define FALSE 0 #define EVEN 0 #define ODD 1