From beb1fb16f39102002ba38e499ae26e9ed7798074 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 3 Oct 2002 19:43:10 +0000 Subject: [PATCH] Removed error message that confuses users. --- dlls/winmm/lolvldrv.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dlls/winmm/lolvldrv.c b/dlls/winmm/lolvldrv.c index 9d7dcb95a56..997cd9277e5 100644 --- a/dlls/winmm/lolvldrv.c +++ b/dlls/winmm/lolvldrv.c @@ -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); -- 2.11.4.GIT