mshtml: Removed unused impl_from_DispatchEx.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Jacek Caban 2017-11-30 16:09:37 +01:00 committed by Alexandre Julliard
parent e2c73fc394
commit dda20ef4ec
1 changed files with 0 additions and 5 deletions

View File

@ -2051,11 +2051,6 @@ static inline EventTarget *impl_from_IEventTarget(IEventTarget *iface)
return CONTAINING_RECORD(iface, EventTarget, IEventTarget_iface);
}
static inline EventTarget *impl_from_DispatchEx(DispatchEx *iface)
{
return CONTAINING_RECORD(iface, EventTarget, dispex);
}
static HRESULT WINAPI EventTarget_QueryInterface(IEventTarget *iface, REFIID riid, void **ppv)
{
EventTarget *This = impl_from_IEventTarget(iface);