wineoss: Remove useless fixme shown on initialisation.

This commit is contained in:
Maarten Lankhorst 2007-10-09 08:57:39 +02:00 committed by Alexandre Julliard
parent 6ad603d219
commit 4ed3f22082
1 changed files with 2 additions and 1 deletions

View File

@ -1151,7 +1151,8 @@ LRESULT OSS_WaveInit(void)
char* str; char* str;
int i; int i;
FIXME("() stub\n"); /* FIXME: Remove unneeded members of WOutDev and WInDev */
TRACE("()\n");
str=getenv("AUDIODEV"); str=getenv("AUDIODEV");
if (str!=NULL) if (str!=NULL)