Jacek Caban : mshtml: Removed unused impl_from_DispatchEx.

Alexandre Julliard julliard at winehq.org
Thu Nov 30 14:19:35 CST 2017


Module: wine
Branch: master
Commit: dda20ef4ec9d0db3354789b525a079db44cb17bf
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=dda20ef4ec9d0db3354789b525a079db44cb17bf

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Nov 30 16:09:37 2017 +0100

mshtml: Removed unused impl_from_DispatchEx.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/htmlevent.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dlls/mshtml/htmlevent.c b/dlls/mshtml/htmlevent.c
index 0b9a36b..3b8820e 100644
--- a/dlls/mshtml/htmlevent.c
+++ b/dlls/mshtml/htmlevent.c
@@ -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);




More information about the wine-cvs mailing list