msi: automation: Remove duplicate error messages on unknown dispid.

DISP_E_MEMBERNOTFOUND FIXME is already handled in AutomationObject_Invoke.
This commit is contained in:
Misha Koshelev 2007-06-01 20:05:40 -05:00 committed by Alexandre Julliard
parent b70bc73196
commit f850364efa
1 changed files with 0 additions and 2 deletions

View File

@ -830,7 +830,6 @@ static HRESULT WINAPI SummaryInfoImpl_Invoke(
break;
default:
ERR("Member not found: %d\n", dispIdMember);
return DISP_E_MEMBERNOTFOUND;
}
@ -1849,7 +1848,6 @@ static HRESULT WINAPI InstallerImpl_Invoke(
break;
default:
ERR("Member not found: %d\n", dispIdMember);
return DISP_E_MEMBERNOTFOUND;
}