Commit beb1fb16 authored by Alexandre Julliard's avatar Alexandre Julliard

Removed error message that confuses users.

parent a593d3d9
......@@ -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);
......
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