diff options
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -318,7 +318,6 @@ class CssStyleSheet { CssStyleSheet(); ~CssStyleSheet(); void addRule (CssRule *rule); - void addRule (CssSelector *selector, CssPropertyList *props); void apply (CssPropertyList *props, Doctree *docTree, const DoctreeNode *node); }; |