mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove some unused members of ma_job.
This commit is contained in:
-13
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user