mshtml: Don't report IHTMLTextContainer as supported in anchor element.

This commit is contained in:
Jacek Caban 2013-02-25 12:35:11 +01:00 committed by Alexandre Julliard
parent a3277ed666
commit f242d1ba83
1 changed files with 0 additions and 1 deletions

View File

@ -686,7 +686,6 @@ static const NodeImplVtbl HTMLAnchorElementImplVtbl = {
static const tid_t HTMLAnchorElement_iface_tids[] = {
IHTMLAnchorElement_tid,
HTMLELEMENT_TIDS,
IHTMLTextContainer_tid,
IHTMLUniqueName_tid,
0
};