summaryrefslogtreecommitdiff
path: root/rtl/gfx/gfx_defs.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/gfx/gfx_defs.sv')
-rw-r--r--rtl/gfx/gfx_defs.sv5
1 files changed, 0 insertions, 5 deletions
diff --git a/rtl/gfx/gfx_defs.sv b/rtl/gfx/gfx_defs.sv
index 1210b73..b801338 100644
--- a/rtl/gfx/gfx_defs.sv
+++ b/rtl/gfx/gfx_defs.sv
@@ -18,11 +18,6 @@ typedef vec4[`VECS_PER_MAT - 1:0] mat4;
`define FP_UNIT 16'h3c00
-typedef struct packed
-{
- fp x, y, z, w;
-} attr4;
-
typedef logic[1:0] index4;
`define INDEX4_MIN 2'b00