diff --git a/include/qbsp/winding.hh b/include/qbsp/winding.hh index a0ae9e41..defe7dde 100644 --- a/include/qbsp/winding.hh +++ b/include/qbsp/winding.hh @@ -26,7 +26,6 @@ typedef struct plane { vec3_t normal; vec_t dist; int type; - struct plane *hash_chain; } qbsp_plane_t; typedef struct {