Commit 4ed3f220 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

wineoss: Remove useless fixme shown on initialisation.

parent 6ad603d2
......@@ -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)
......
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