vkd3d-shader: Delete unused struct list from struct vkd3d_shader_indexable_temp.

This commit is contained in:
Conor McCarthy 2023-11-13 16:16:11 +10:00 committed by Alexandre Julliard
parent ae4341b565
commit 920657e7ee
Notes: Alexandre Julliard 2023-11-22 22:48:50 +01:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/471

View File

@ -801,7 +801,6 @@ struct vkd3d_shader_immediate_constant_buffer
struct vkd3d_shader_indexable_temp
{
struct list entry;
unsigned int register_idx;
unsigned int register_size;
unsigned int component_count;