Commit dda20ef4 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Removed unused impl_from_DispatchEx.

parent e2c73fc3
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment