aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/css.hh b/src/css.hh
index 63a00ffc..18a6016f 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -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);
};