summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-09 14:10:19 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-09 14:10:19 +0100
commitdf991c605ff706874363aa4fd103801a502addcc (patch)
treea3900f1c4846404235f5dd33b843facc17e42e0b
parent230796c4dca13e9657e161da8e8a8d596cbd0e78 (diff)
remove unused code
-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
* ---------------------------------------------------------------------- */