mshtml: Don't check out variant type in exec_fontname.

This commit is contained in:
Jacek Caban 2007-06-10 11:43:53 +02:00 committed by Alexandre Julliard
parent 85923633bb
commit 80b65d3e35
1 changed files with 0 additions and 5 deletions

View File

@ -607,11 +607,6 @@ static HRESULT exec_fontname(HTMLDocument *This, DWORD cmdexecopt, VARIANT *in,
DWORD len;
nsresult nsres;
if(V_VT(out) != VT_BSTR) {
FIXME("Unsupported vt=%d\n", V_VT(out));
return E_INVALIDARG;
}
nsparam = create_nscommand_params();
nsres = get_ns_command_state(This->nscontainer, NSCMD_FONTFACE, nsparam);