ole: Remove some duplicated code.

This commit is contained in:
Robert Shearman 2006-01-11 12:09:11 +01:00 committed by Alexandre Julliard
parent fe57d73249
commit 92ad2958ac
1 changed files with 0 additions and 6 deletions

View File

@ -651,9 +651,6 @@ static HRESULT WINAPI DefaultHandler_GetUserClassID(
TRACE("(%p, %p)\n", iface, pClsid);
if (This->pOleDelegate)
return IOleObject_GetUserClassID(This->pOleDelegate, pClsid);
if (This->pOleDelegate)
return IOleObject_GetUserClassID(This->pOleDelegate, pClsid);
@ -865,9 +862,6 @@ static HRESULT WINAPI DefaultHandler_GetMiscStatus(
TRACE("(%p, %lx, %p)\n", iface, dwAspect, pdwStatus);
if (This->pOleDelegate)
return IOleObject_GetMiscStatus(This->pOleDelegate, dwAspect, pdwStatus);
if (This->pOleDelegate)
return IOleObject_GetMiscStatus(This->pOleDelegate, dwAspect, pdwStatus);