Remove some unused members of ma_job.

This commit is contained in:
David Reid
2026-01-05 06:33:19 +10:00
parent 4e827fa977
commit d3270d8bf1
-13
View File
@@ -6605,19 +6605,6 @@ struct ma_job
ma_uint64 frameIndex;
} seekDataStream;
} resourceManager;
/* Device. */
union
{
union
{
struct
{
/*ma_device**/ void* pDevice;
/*ma_device_type*/ ma_uint32 deviceType;
} reroute;
} aaudio;
} device;
} data;
};