Removed error message that confuses users.
This commit is contained in:
parent
a593d3d95e
commit
beb1fb16f3
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue