From 5aed435937bcee0f4d7e42def310ea6770c2eb75 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 20 Jun 2017 17:31:27 -0600 Subject: [PATCH] winding.hh: remove dead code --- include/qbsp/winding.hh | 1 - 1 file changed, 1 deletion(-) 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 {