ieframe: Remove dead code.

This commit is contained in:
Detlef Riekenberg 2012-01-25 00:00:11 +01:00 committed by Alexandre Julliard
parent 58e4febe4d
commit 1e1ad5ba2f
1 changed files with 0 additions and 1 deletions

View File

@ -531,7 +531,6 @@ static HRESULT WINAPI ClOleCommandTarget_Exec(IOleCommandTarget *iface,
FIXME("Unimplemented cmdid %d\n", nCmdID);
return E_NOTIMPL;
}
return S_OK;
}
if(IsEqualGUID(pguidCmdGroup, &CGID_DocHostCmdPriv)) {