From d19a789fa24242cc88f92e6eb721897dbfa7fbcb Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Wed, 7 Feb 2007 10:11:34 -0600 Subject: [PATCH] winecoreaudio.drv: Remove obsolete FIXME. --- dlls/winecoreaudio.drv/audio.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/winecoreaudio.drv/audio.c b/dlls/winecoreaudio.drv/audio.c index 61b2d5cb7bb..fcd84db21c9 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); -- 2.11.4.GIT