mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +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;
|
ma_uint64 frameIndex;
|
||||||
} seekDataStream;
|
} seekDataStream;
|
||||||
} resourceManager;
|
} resourceManager;
|
||||||
|
|
||||||
/* Device. */
|
|
||||||
union
|
|
||||||
{
|
|
||||||
union
|
|
||||||
{
|
|
||||||
struct
|
|
||||||
{
|
|
||||||
/*ma_device**/ void* pDevice;
|
|
||||||
/*ma_device_type*/ ma_uint32 deviceType;
|
|
||||||
} reroute;
|
|
||||||
} aaudio;
|
|
||||||
} device;
|
|
||||||
} data;
|
} data;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user