Andrew Talbot : msg711.acm: Remove unused function.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 12 05:39:00 CST 2007


Module: wine
Branch: master
Commit: 0780575d51db9a25f1d2927febde5aa49978667d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0780575d51db9a25f1d2927febde5aa49978667d

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Thu Jan 11 12:26:48 2007 +0000

msg711.acm: Remove unused function.

---

 dlls/msg711.acm/msg711.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/dlls/msg711.acm/msg711.c b/dlls/msg711.acm/msg711.c
index 6446de2..ed54f75 100644
--- a/dlls/msg711.acm/msg711.c
+++ b/dlls/msg711.acm/msg711.c
@@ -982,17 +982,6 @@ static	LRESULT	G711_StreamClose(PACMDRVS
 }
 
 /***********************************************************************
- *           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
  *
  */




More information about the wine-cvs mailing list