vk rt: remove unused struct from vk_studio.c

This commit is contained in:
LifeKILLED 2023-01-30 16:36:44 +04:00
parent 9ed9eb5451
commit 615a10c005

View File

@ -48,11 +48,6 @@ typedef struct sortedmesh_s
int flags; // face flags
} sortedmesh_t;
typedef struct {
matrix3x4 worldtransform[MAXSTUDIOBONES];
matrix4x4 prev_transform;
} studio_entity_prev_state_t;
typedef struct
{
double time;