Refactor : excise deadc0de

This commit is contained in:
Aaron Culliney 2015-06-12 22:05:10 -07:00
parent 1707c60701
commit 49d2fe6e09
2 changed files with 0 additions and 46 deletions

View File

@ -166,36 +166,6 @@ typedef struct DSBUFFERDESC {
LPWAVEFORMATEX lpwfxFormat;
} DSBUFFERDESC;
typedef unsigned long DSCAPS_MASK;
typedef struct _DSCAPS
{
unsigned long dwSize;
DSCAPS_MASK dwFlags;
unsigned long dwMinSecondarySampleRate;
unsigned long dwMaxSecondarySampleRate;
unsigned long dwPrimaryBuffers;
unsigned long dwMaxHwMixingAllBuffers;
unsigned long dwMaxHwMixingStaticBuffers;
unsigned long dwMaxHwMixingStreamingBuffers;
unsigned long dwFreeHwMixingAllBuffers;
unsigned long dwFreeHwMixingStaticBuffers;
unsigned long dwFreeHwMixingStreamingBuffers;
unsigned long dwMaxHw3DAllBuffers;
unsigned long dwMaxHw3DStaticBuffers;
unsigned long dwMaxHw3DStreamingBuffers;
unsigned long dwFreeHw3DAllBuffers;
unsigned long dwFreeHw3DStaticBuffers;
unsigned long dwFreeHw3DStreamingBuffers;
unsigned long dwTotalHwMemBytes;
unsigned long dwFreeHwMemBytes;
unsigned long dwMaxContigFreeHwMemBytes;
unsigned long dwUnlockTransferRateHwBuffers;
unsigned long dwPlayCpuOverheadSwBuffers;
unsigned long dwReserved1;
unsigned long dwReserved2;
} DSCAPS, *LPDSCAPS;
typedef DSCAPS *LPCDSCAPS;
typedef struct IDirectSound {
void *implementation_specific;

View File

@ -32,22 +32,6 @@
typedef struct IDirectSoundBuffer ALSoundBufferStruct;
typedef struct DSBUFFERDESC ALBufferParamsStruct;
/*
unsigned long dwSize;
unsigned long dwFlags;
unsigned long dwBufferBytes;
unsigned long dwReserved;
LPWAVEFORMATEX lpwfxFormat
{
uint16_t wFormatTag;
uint16_t nChannels;
unsigned long nSamplesPerSec;
unsigned long nAvgBytesPerSec;
uint16_t nBlockAlign;
uint16_t wBitsPerSample;
uint16_t cbSize;
}
*/
struct ALPlayBuf;
typedef struct ALPlayBuf {