Remove an unused member in ma_device.

This commit is contained in:
David Reid
2020-04-06 08:36:03 +10:00
parent 3d867739b8
commit 87d2a3915f
-1
View File
@@ -3744,7 +3744,6 @@ struct ma_device
/*HANDLE*/ ma_handle hEventPlayback;
/*HANDLE*/ ma_handle hEventCapture;
ma_uint32 fragmentSizeInFrames;
ma_uint32 fragmentSizeInBytes;
ma_uint32 iNextHeaderPlayback; /* [0,periods). Used as an index into pWAVEHDRPlayback. */
ma_uint32 iNextHeaderCapture; /* [0,periods). Used as an index into pWAVEHDRCapture. */
ma_uint32 headerFramesConsumedPlayback; /* The number of PCM frames consumed in the buffer in pWAVEHEADER[iNextHeader]. */