diff options
Diffstat (limited to 'src/globals.h')
| -rw-r--r-- | src/globals.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/globals.h b/src/globals.h index 6e050ee..100ec1d 100644 --- a/src/globals.h +++ b/src/globals.h @@ -55,11 +55,6 @@ #include <time.h> #include <unistd.h> -/* convenience macros */ -#define ARRAYLEN(x) (sizeof(x)/sizeof(x[0])) -#define MAX(a,b) (((a)>(b))?(a):(b)) -#define MIN(a,b) (((a)<(b))?(a):(b)) - /* global constants */ #define USERFILE "users.dat" #define WORLDFILE "world.dat" |