winmm: Remove variables duration and samples which are not really used from check_position.
This commit is contained in:
parent
0351f56e67
commit
d623f0045a
|
@ -54,14 +54,9 @@ static void check_position(int device, HWAVEIN win, DWORD bytes,
|
|||
LPWAVEFORMATEX pwfx )
|
||||
{
|
||||
MMTIME mmtime;
|
||||
DWORD samples;
|
||||
double duration;
|
||||
MMRESULT rc;
|
||||
DWORD returned;
|
||||
|
||||
samples=bytes/(pwfx->wBitsPerSample/8*pwfx->nChannels);
|
||||
duration=((double)samples)/pwfx->nSamplesPerSec;
|
||||
|
||||
mmtime.wType = TIME_BYTES;
|
||||
rc=waveInGetPosition(win, &mmtime, sizeof(mmtime));
|
||||
ok(rc==MMSYSERR_NOERROR,
|
||||
|
|
Loading…
Reference in New Issue