From 5a8cddd09accae56d78c1bd1c6dde83e00823c0d Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Sat, 13 Jul 2024 12:14:54 +0100 Subject: [PATCH] remove dead code --- Src/Graphics/New3D/Model.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Src/Graphics/New3D/Model.h b/Src/Graphics/New3D/Model.h index 795831b..4da3081 100644 --- a/Src/Graphics/New3D/Model.h +++ b/Src/Graphics/New3D/Model.h @@ -10,18 +10,6 @@ namespace New3D { -struct ClipVertex -{ - float pos[4]; -}; - -struct ClipPoly -{ - ClipVertex list[12]; // what's the max number we can hit for a triangle + 4 planes? - int count = 0; -}; - - struct Vertex // half vertex { float pos[4];