wineoss: Remove useless fixme shown on initialisation.
This commit is contained in:
parent
6ad603d219
commit
4ed3f22082
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue