Andrew Eikum : winmm: Remove unused define.

Alexandre Julliard julliard at winehq.org
Thu Mar 8 14:26:22 CST 2012


Module: wine
Branch: master
Commit: 3579bbd8ab8213e57f2c035c46cf768ba393b07b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3579bbd8ab8213e57f2c035c46cf768ba393b07b

Author: Andrew Eikum <aeikum at codeweavers.com>
Date:   Wed Mar  7 10:59:37 2012 -0600

winmm: Remove unused define.

---

 dlls/winmm/lolvldrv.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/winmm/lolvldrv.c b/dlls/winmm/lolvldrv.c
index 9ee0235..820d28b 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 */




More information about the wine-cvs mailing list