diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 09:52:16 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-30 09:52:16 +0100 |
commit | ff3cb33f38abcf4cd15c22c0e3a32659cd723d39 (patch) | |
tree | 443bcb1dfbc109b44e3409d88e47dfbad795941a /src/css.cc | |
parent | 0fb479081c3aae9b01ffed1589dab6544f372ae0 (diff) |
remove unused method
Diffstat (limited to 'src/css.cc')
-rw-r--r-- | src/css.cc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -262,11 +262,6 @@ void CssStyleSheet::addRule (CssRule *rule) { } } -void CssStyleSheet::addRule (CssSelector *selector, CssPropertyList *props) { - CssRule *rule = new CssRule (selector, props); - addRule (rule); -} - void CssStyleSheet::apply (CssPropertyList *props, Doctree *docTree, const DoctreeNode *node) { RuleList *ruleList[4] = {NULL, NULL, NULL, NULL}; |