diff options
Diffstat (limited to 'code/qcommon/common.c')
-rw-r--r-- | code/qcommon/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/code/qcommon/common.c b/code/qcommon/common.c index 7cdfa85..e8a95a5 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -40,8 +40,6 @@ int demo_protocols[] = #define MIN_COMHUNKMEGS 56 #define DEF_COMHUNKMEGS 64 #define DEF_COMZONEMEGS 24 -#define XSTRING(x) STRING(x) -#define STRING(x) #x #define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS) #define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS) |