mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
imaadp32.acm: Remove unused function.
This commit is contained in:
parent
ca2c987caf
commit
39e6c8c9b6
@ -769,17 +769,6 @@ static LRESULT ADPCM_StreamClose(PACMDRVSTREAMINSTANCE adsi)
|
||||
return MMSYSERR_NOERROR;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* ADPCM_round
|
||||
*
|
||||
*/
|
||||
static inline DWORD ADPCM_round(DWORD a, DWORD b, DWORD c)
|
||||
{
|
||||
assert(a && b && c);
|
||||
/* to be sure, always return an entire number of c... */
|
||||
return ((double)a * (double)b + (double)c - 1) / (double)c;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* ADPCM_StreamSize
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user