Maarten Lankhorst : wineoss: Remove useless fixme shown on initialisation.

Alexandre Julliard julliard at winehq.org
Tue Oct 9 13:37:46 CDT 2007


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

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Tue Oct  9 08:57:39 2007 +0200

wineoss: Remove useless fixme shown on initialisation.

---

 dlls/wineoss.drv/audio.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/wineoss.drv/audio.c b/dlls/wineoss.drv/audio.c
index 21a0a22..6453da4 100644
--- a/dlls/wineoss.drv/audio.c
+++ b/dlls/wineoss.drv/audio.c
@@ -1151,7 +1151,8 @@ LRESULT OSS_WaveInit(void)
     char* str;
     int i;
 
-    FIXME("() stub\n");
+    /* FIXME: Remove unneeded members of WOutDev and WInDev */
+    TRACE("()\n");
 
     str=getenv("AUDIODEV");
     if (str!=NULL)




More information about the wine-cvs mailing list