From d3270d8bf107dfcb3ab9c561f2e7539dd3a40879 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 5 Jan 2026 06:33:19 +1000 Subject: [PATCH] Remove some unused members of `ma_job`. --- miniaudio.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 79a09034..a3250eae 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -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; };