Skip to content

Commit 7fa48c2

Browse files
committed
NUKE unused vertexHash_t
1 parent 886111a commit 7fa48c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/engine/renderer/tr_local.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -487,15 +487,6 @@ enum class ssaoMode {
487487
matrix_t modelViewMatrix; // only used by models, camera viewMatrix * transformMatrix
488488
};
489489

490-
// useful helper struct
491-
struct vertexHash_t
492-
{
493-
vec3_t xyz;
494-
void *data;
495-
496-
vertexHash_t *next;
497-
};
498-
499490
enum
500491
{
501492
BIND_DIFFUSEMAP,

0 commit comments

Comments
 (0)