dsound: Remove some more unused variables.
This commit is contained in:
parent
34893a914b
commit
bfa05bf232
|
@ -84,7 +84,7 @@ struct DirectSoundDevice
|
|||
PWAVEFORMATEX pwfx;
|
||||
HWAVEOUT hwo;
|
||||
LPWAVEHDR pwave[DS_HEL_FRAGS];
|
||||
UINT timerID, pwplay, pwwrite, pwqueue, prebuf, precount;
|
||||
UINT timerID, pwplay, pwqueue, prebuf;
|
||||
DWORD fraglen;
|
||||
PIDSDRIVERBUFFER hwbuf;
|
||||
LPBYTE buffer;
|
||||
|
|
|
@ -134,7 +134,6 @@ static HRESULT DSOUND_PrimaryOpen(DirectSoundDevice *device)
|
|||
}
|
||||
|
||||
device->pwplay = 0;
|
||||
device->pwwrite = 0;
|
||||
device->pwqueue = 0;
|
||||
device->playpos = 0;
|
||||
device->mixpos = 0;
|
||||
|
|
Loading…
Reference in New Issue