Commit d2230370 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Merge htmlstyle2.c into htmlstyle.c.

parent 9b18f626
...@@ -38,7 +38,6 @@ C_SRCS = \ ...@@ -38,7 +38,6 @@ C_SRCS = \
htmlselect.c \ htmlselect.c \
htmlstorage.c \ htmlstorage.c \
htmlstyle.c \ htmlstyle.c \
htmlstyle2.c \
htmlstyle3.c \ htmlstyle3.c \
htmlstyleelem.c \ htmlstyleelem.c \
htmlstylesheet.c \ htmlstylesheet.c \
......
...@@ -122,7 +122,6 @@ typedef enum { ...@@ -122,7 +122,6 @@ typedef enum {
} styleid_t; } styleid_t;
HRESULT HTMLStyle_Create(HTMLElement*,HTMLStyle**) DECLSPEC_HIDDEN; HRESULT HTMLStyle_Create(HTMLElement*,HTMLStyle**) DECLSPEC_HIDDEN;
void HTMLStyle2_Init(HTMLStyle*) DECLSPEC_HIDDEN;
void HTMLStyle3_Init(HTMLStyle*) DECLSPEC_HIDDEN; void HTMLStyle3_Init(HTMLStyle*) DECLSPEC_HIDDEN;
HRESULT get_nsstyle_attr(nsIDOMCSSStyleDeclaration*,styleid_t,BSTR*,DWORD) DECLSPEC_HIDDEN; HRESULT get_nsstyle_attr(nsIDOMCSSStyleDeclaration*,styleid_t,BSTR*,DWORD) 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