From 1ee46d4814dabac5351d2f6a7fb85affdcdf7d2a Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 30 Sep 2008 17:41:20 +0200 Subject: [PATCH] mshtml: Don't use IHTMLControlElement in IDispatchEx implementations. --- dlls/mshtml/dispex.c | 1 - dlls/mshtml/htmlbody.c | 1 - dlls/mshtml/mshtml_private.h | 1 - 3 files changed, 3 deletions(-) diff --git a/dlls/mshtml/dispex.c b/dlls/mshtml/dispex.c index 0301a413c4f..37deec66360 100644 --- a/dlls/mshtml/dispex.c +++ b/dlls/mshtml/dispex.c @@ -84,7 +84,6 @@ static REFIID tid_ids[] = { &IID_IHTMLBodyElement, &IID_IHTMLBodyElement2, &IID_IHTMLCommentElement, - &IID_IHTMLControlElement, &IID_IHTMLDocument2, &IID_IHTMLDocument3, &IID_IHTMLDocument4, diff --git a/dlls/mshtml/htmlbody.c b/dlls/mshtml/htmlbody.c index e5545f56007..efe5df8cefa 100644 --- a/dlls/mshtml/htmlbody.c +++ b/dlls/mshtml/htmlbody.c @@ -669,7 +669,6 @@ static const NodeImplVtbl HTMLBodyElementImplVtbl = { static const tid_t HTMLBodyElement_iface_tids[] = { IHTMLBodyElement_tid, IHTMLBodyElement2_tid, - IHTMLControlElement_tid, IHTMLDOMNode_tid, IHTMLDOMNode2_tid, IHTMLElement_tid, diff --git a/dlls/mshtml/mshtml_private.h b/dlls/mshtml/mshtml_private.h index afbde546389..e255bc3cd38 100644 --- a/dlls/mshtml/mshtml_private.h +++ b/dlls/mshtml/mshtml_private.h @@ -80,7 +80,6 @@ typedef enum { IHTMLBodyElement_tid, IHTMLBodyElement2_tid, IHTMLCommentElement_tid, - IHTMLControlElement_tid, IHTMLDocument2_tid, IHTMLDocument3_tid, IHTMLDocument4_tid, -- 2.11.4.GIT