winmm: Remove an unused variable in WINMM_GetComponentTypeLineInfo().
This commit is contained in:
parent
a53e011021
commit
724b0a928c
|
@ -3807,10 +3807,6 @@ static UINT WINMM_GetComponentTypeLineInfo(WINMM_MMDevice *mmdevice,
|
||||||
static UINT WINMM_GetLineIDLineInfo(WINMM_MMDevice *mmdevice,
|
static UINT WINMM_GetLineIDLineInfo(WINMM_MMDevice *mmdevice,
|
||||||
UINT mmdev_index, MIXERLINEW *info, DWORD flags)
|
UINT mmdev_index, MIXERLINEW *info, DWORD flags)
|
||||||
{
|
{
|
||||||
BOOL is_out = TRUE;
|
|
||||||
if(mmdevice->in_caps.szPname[0] != '\0')
|
|
||||||
is_out = FALSE;
|
|
||||||
|
|
||||||
if(info->dwLineID == 0xFFFF0000){
|
if(info->dwLineID == 0xFFFF0000){
|
||||||
info->dwDestination = 0;
|
info->dwDestination = 0;
|
||||||
return WINMM_GetDestinationLineInfo(mmdevice, mmdev_index, info, flags);
|
return WINMM_GetDestinationLineInfo(mmdevice, mmdev_index, info, flags);
|
||||||
|
|
Loading…
Reference in New Issue