Andrew Eikum : winmm: Remove unused define.
Module: wine Branch: master Commit: 3579bbd8ab8213e57f2c035c46cf768ba393b07b URL: http://source.winehq.org/git/wine.git/?a=commit;h=3579bbd8ab8213e57f2c035c46... Author: Andrew Eikum <aeikum(a)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 */
participants (1)
-
Alexandre Julliard