summaryrefslogtreecommitdiff
path: root/src/core/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/node.h')
-rw-r--r--src/core/node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/node.h b/src/core/node.h
index bba00f5..2297ca5 100644
--- a/src/core/node.h
+++ b/src/core/node.h
@@ -12,7 +12,6 @@
#include <dom/core/node.h>
-struct dom_attr;
struct dom_string;
/**
@@ -41,7 +40,6 @@ struct dom_node {
struct dom_node *last_child; /**< Last child node */
struct dom_node *previous; /**< Previous sibling */
struct dom_node *next; /**< Next sibling */
- struct dom_attr *attributes; /**< Node attributes */
struct dom_document *owner; /**< Owning document */