summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-25 22:04:29 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-25 22:04:29 +0000
commitad49ce1d374ae0f4c3aa047bdec15ce92f698ce7 (patch)
tree5eeb0cbe93495ac94d4d1bd3fd2545b3ffb3f2cd /src/stylesheet.h
parentada198a836a6ac92feac806f85385327efe4f622 (diff)
downloadlibcss-ad49ce1d374ae0f4c3aa047bdec15ce92f698ce7.tar.gz
libcss-ad49ce1d374ae0f4c3aa047bdec15ce92f698ce7.tar.bz2
Remove redundant fields
svn path=/trunk/libcss/; revision=6270
Diffstat (limited to 'src/stylesheet.h')
-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 */