mshtml: Remove nsIWebBrowserFocus_Activate useless call.

oldstable
Jacek Caban 2007-11-12 01:24:12 +01:00 committed by Alexandre Julliard
parent c49e894e9f
commit e93be266c1
1 changed files with 0 additions and 3 deletions

View File

@ -101,9 +101,6 @@ static HRESULT WINAPI OleInPlaceActiveObject_OnFrameWindowActivate(IOleInPlaceAc
if(This->hostui)
IDocHostUIHandler_OnFrameWindowActivate(This->hostui, fActivate);
if(fActivate && This->nscontainer)
nsIWebBrowserFocus_Activate(This->nscontainer->focus);
return S_OK;
}