Module: wine Branch: master Commit: d19a789fa24242cc88f92e6eb721897dbfa7fbcb URL: http://source.winehq.org/git/wine.git/?a=commit;h=d19a789fa24242cc88f92e6eb7...
Author: Ken Thomases ken@codeweavers.com Date: Wed Feb 7 10:11:34 2007 -0600
winecoreaudio.drv: Remove obsolete FIXME.
---
dlls/winecoreaudio.drv/audio.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/winecoreaudio.drv/audio.c b/dlls/winecoreaudio.drv/audio.c index 61b2d5c..fcd84db 100644 --- a/dlls/winecoreaudio.drv/audio.c +++ b/dlls/winecoreaudio.drv/audio.c @@ -1263,8 +1263,6 @@ static DWORD wodReset(WORD wDevID)
wwo = &WOutDev[wDevID];
- FIXME("\n"); - /* updates current notify list */ /* if resetting, remove all wave headers and notify client that all headers were completed */ wodHelper_NotifyCompletions(wwo, TRUE);