summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/render/html.h b/render/html.h
index de9e29430..a17e4a50b 100644
--- a/render/html.h
+++ b/render/html.h
@@ -57,15 +57,8 @@ struct selection;
*/
struct html_stylesheet {
/** Type of sheet */
- enum { HTML_STYLESHEET_EXTERNAL, HTML_STYLESHEET_INTERNAL } type;
struct dom_node *node; /**< dom node associated with sheet */
- union {
- struct hlcache_handle *external;
- struct {
- struct content_css_data *data;
- bool done;
- } internal;
- } data; /**< Sheet data */
+ struct hlcache_handle *sheet;
};
/**