remove dead code

This commit is contained in:
Ian Curtis 2024-07-13 12:14:54 +01:00
parent 79868e0ad3
commit 5a8cddd09a

View file

@ -10,18 +10,6 @@
namespace New3D { 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 struct Vertex // half vertex
{ {
float pos[4]; float pos[4];