Commit 0780575d authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msg711.acm: Remove unused function.

parent 0678c87b
......@@ -982,17 +982,6 @@ static LRESULT G711_StreamClose(PACMDRVSTREAMINSTANCE adsi)
}
/***********************************************************************
* G711_round
*
*/
static inline DWORD G711_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;
}
/***********************************************************************
* G711_StreamSize
*
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment