Commit 6485a67a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Merge htmlelem3.c into htmlelem.c.

parent a77b9ed0
......@@ -15,7 +15,6 @@ C_SRCS = \
htmlcurstyle.c \
htmldoc.c \
htmlelem.c \
htmlelem3.c \
htmlelemcol.c \
htmlembed.c \
htmlevent.c \
......
......@@ -940,7 +940,6 @@ HRESULT HTMLGenericElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLEleme
void HTMLDOMNode_Init(HTMLDocumentNode*,HTMLDOMNode*,nsIDOMNode*) DECLSPEC_HIDDEN;
void HTMLElement_Init(HTMLElement*,HTMLDocumentNode*,nsIDOMHTMLElement*,dispex_static_data_t*) DECLSPEC_HIDDEN;
void HTMLElement3_Init(HTMLElement*) DECLSPEC_HIDDEN;
void HTMLTextContainer_Init(HTMLTextContainer*,HTMLDocumentNode*,nsIDOMHTMLElement*,dispex_static_data_t*) DECLSPEC_HIDDEN;
void HTMLFrameBase_Init(HTMLFrameBase*,HTMLDocumentNode*,nsIDOMHTMLElement*,dispex_static_data_t*) DECLSPEC_HIDDEN;
......
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