diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-09 14:10:19 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-09 14:10:19 +0100 |
commit | df991c605ff706874363aa4fd103801a502addcc (patch) | |
tree | a3900f1c4846404235f5dd33b843facc17e42e0b | |
parent | 230796c4dca13e9657e161da8e8a8d596cbd0e78 (diff) |
remove unused code
-rw-r--r-- | src/cssparser.cc | 10 |
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 * ---------------------------------------------------------------------- */ |