winmm: Remove an unused variable in WINMM_GetComponentTypeLineInfo().

This commit is contained in:
Francois Gouget 2011-07-17 10:17:41 +02:00 committed by Alexandre Julliard
parent a53e011021
commit 724b0a928c
1 changed files with 0 additions and 4 deletions

View File

@ -3807,10 +3807,6 @@ static UINT WINMM_GetComponentTypeLineInfo(WINMM_MMDevice *mmdevice,
static UINT WINMM_GetLineIDLineInfo(WINMM_MMDevice *mmdevice,
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){
info->dwDestination = 0;
return WINMM_GetDestinationLineInfo(mmdevice, mmdev_index, info, flags);