summaryrefslogtreecommitdiff
path: root/src/cssparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r--src/cssparser.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index c48d148a..809f6a0b 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -309,16 +309,6 @@ static CssShorthandInfo Css_shorthand_info[CSS_SHORTHAND_NUM] = {
Css_padding_properties},
};
-
-static const char *Css_primary_text[CSS_PRIMARY_LAST] = {
- "user stylesheets, important", "author stylesheets, important",
- "author stylesheets", "user stylesheets", "user-agent stylesheets"
-};
-
-static const char *Css_level_text[4] =
- { "id", "class", "pseudo-class", "element" };
-
-
/* ----------------------------------------------------------------------
* Initialization, Cleanup
* ---------------------------------------------------------------------- */