winding.hh: remove dead code

This commit is contained in:
Eric Wasylishen 2017-06-20 17:31:27 -06:00
parent 4d9b41d3ec
commit 5aed435937
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ typedef struct plane {
vec3_t normal;
vec_t dist;
int type;
struct plane *hash_chain;
} qbsp_plane_t;
typedef struct {