dsound: Remove some more unused variables.

This commit is contained in:
Maarten Lankhorst 2007-07-29 21:06:23 +02:00 committed by Alexandre Julliard
parent 34893a914b
commit bfa05bf232
2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -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;