diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 15:06:41 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 15:06:41 +0100 |
commit | b0ca5f36e659c9f1a17e4ab813985f4dd4b87b93 (patch) | |
tree | 06210ab8be29af8f2074d7c62f9838fa7feee05a /src/cssparser.hh | |
parent | 996b3c8315603617d852e3590a87148a584e75ee (diff) |
remove unused CSS parser functions
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r-- | src/cssparser.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh index 533ad1c6..fa2447eb 100644 --- a/src/cssparser.hh +++ b/src/cssparser.hh @@ -48,10 +48,6 @@ typedef struct { const char *const *enum_symbols; } CssPropertyInfo; - -void a_Css_init (void); -void a_Css_freeall (void); - void a_Css_parse (CssContext *context, const char *buf, int buflen, |