summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stylesheet.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 48b08c2..c154e1a 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -160,12 +160,6 @@ struct css_stylesheet {
void *ownerNode; /**< Owning node in document */
css_rule *ownerRule; /**< Owning rule in parent */
- css_stylesheet *parent; /**< Parent sheet */
- css_stylesheet *first_child; /**< First in child list */
- css_stylesheet *last_child; /**< Last in child list */
- css_stylesheet *next; /**< Next in sibling list */
- css_stylesheet *prev; /**< Previous in sibling list */
-
css_import_handler import; /**< Import callback */
void *import_pw; /**< Import handler data */