Revert "mshtml:HTMLDocument_QueryInterface: add support for IProvideClassInfo interface"
authorVitaly Perov <vitperov@etersoft.ru>
Fri, 14 Jan 2011 12:25:21 +0000 (15:25 +0300)
committerVitaly Perov <vitperov@etersoft.ru>
Fri, 14 Jan 2011 12:25:21 +0000 (15:25 +0300)
This reverts commit 84919e3313cec04b1bd251762a74398c8ff8a092.

Conflicts:

dlls/mshtml/htmldoc.c
dlls/mshtml/mshtml_private.h

dlls/mshtml/mshtml_private.h

index bbda4c74177b15c4edf219cbc009d64f28f3666d..78d2d831120da52a23b6d44d23497df0602e69c5 100644 (file)
@@ -363,7 +363,6 @@ struct HTMLDocument {
     IHlinkTarget                IHlinkTarget_iface;
     IPersistStreamInit          IPersistStreamInit_iface;
     const IDispatchExVtbl                 *lpIDispatchExVtbl;
-    const IProvideClassInfoVtbl           *lpInfoVtbl;
     const IMarkupServicesVtbl             *lpMarkupServicesVtbl;
     const ISupportErrorInfoVtbl           *lpSupportErrorInfoVtbl;
     const IObjectWithSiteVtbl             *lpObjectWithSiteVtbl;
@@ -635,8 +634,6 @@ struct HTMLDocumentNode {
 #define CUSTOMDOC(x)     ((ICustomDoc*)                   &(x)->lpCustomDocVtbl)
 #define OBJSITE(x)       ((IObjectWithSite*)              &(x)->lpObjectWithSiteVtbl)
 
-#define CLASSINFO1(x)    ((IProvideClassInfo*) &(x)->lpInfoVtbl)
-
 #define NSWBCHROME(x)    ((nsIWebBrowserChrome*)          &(x)->lpWebBrowserChromeVtbl)
 #define NSCML(x)         ((nsIContextMenuListener*)       &(x)->lpContextMenuListenerVtbl)
 #define NSURICL(x)       ((nsIURIContentListener*)        &(x)->lpURIContentListenerVtbl)