Removed error message that confuses users.

This commit is contained in:
Alexandre Julliard 2002-10-03 19:43:10 +00:00
parent a593d3d95e
commit beb1fb16f3

View file

@ -2477,10 +2477,6 @@ static BOOL MMDRV_InitFromRegistry(void)
*/
static BOOL MMDRV_InitHardcoded(void)
{
ERR("You didn't setup properly the config file for the Wine multimedia modules.\n"
"Will use the hard-coded setup, but this will disappear soon.\n"
"Please add a WinMM section to your Wine config file.\n");
/* first load hardware drivers */
MMDRV_Install("wineoss.drv", "wineoss.drv", FALSE);