From 3579bbd8ab8213e57f2c035c46cf768ba393b07b Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Wed, 7 Mar 2012 10:59:37 -0600 Subject: [PATCH] winmm: Remove unused define. --- dlls/winmm/lolvldrv.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/winmm/lolvldrv.c b/dlls/winmm/lolvldrv.c index 9ee0235108f..820d28b08d7 100644 --- a/dlls/winmm/lolvldrv.c +++ b/dlls/winmm/lolvldrv.c @@ -45,9 +45,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(winmm); -/* Default set of drivers to be loaded */ -#define WINE_DEFAULT_WINMM_DRIVER "alsa,oss,coreaudio" - /* each known type of driver has an instance of this structure */ typedef struct tagWINE_LLTYPE { /* those attributes depend on the specification of the type */ -- 2.11.4.GIT