From 5f4520ee8bffba6f6742ea8df1179f82239bde3f Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Mon, 5 Jun 2017 20:29:36 -0600 Subject: [PATCH] exportobj.cc: remove redundant #defines --- qbsp/exportobj.cc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/qbsp/exportobj.cc b/qbsp/exportobj.cc index 6183bf51..17e922f7 100644 --- a/qbsp/exportobj.cc +++ b/qbsp/exportobj.cc @@ -103,17 +103,6 @@ WriteContentsMaterial(FILE *mtlf, int contents, float r, float g, float b) fprintf(mtlf, "illum 0\n"); } -#define CONTENTS_EMPTY -1 -#define CONTENTS_SOLID -2 -#define CONTENTS_WATER -3 -#define CONTENTS_SLIME -4 -#define CONTENTS_LAVA -5 -#define CONTENTS_SKY -6 -#define CONTENTS_CLIP -7 /* compiler internal use only */ -#define CONTENTS_HINT -8 /* compiler internal use only */ -#define CONTENTS_ORIGIN -9 /* compiler internal use only */ -#define CONTENTS_DETAIL -10 /* compiler internal use only */ - void ExportObj(const surface_t *surfaces) {