ieframe: Remove dead code.
This commit is contained in:
parent
58e4febe4d
commit
1e1ad5ba2f
|
@ -531,7 +531,6 @@ static HRESULT WINAPI ClOleCommandTarget_Exec(IOleCommandTarget *iface,
|
||||||
FIXME("Unimplemented cmdid %d\n", nCmdID);
|
FIXME("Unimplemented cmdid %d\n", nCmdID);
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
return S_OK;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(IsEqualGUID(pguidCmdGroup, &CGID_DocHostCmdPriv)) {
|
if(IsEqualGUID(pguidCmdGroup, &CGID_DocHostCmdPriv)) {
|
||||||
|
|
Loading…
Reference in New Issue