diff options
author | John Mark Bell <jmb@netsurf-browser.org> | 2009-02-15 09:32:28 +0000 |
---|---|---|
committer | John Mark Bell <jmb@netsurf-browser.org> | 2009-02-15 09:32:28 +0000 |
commit | 8cd57dac5b019a814f3f87accc81c94728e6229f (patch) | |
tree | a418b33991501a8357095e03d211cc815195029f | |
parent | 95fd8bf585ec69e1811bec0a4d5296704d899e63 (diff) | |
download | libcss-8cd57dac5b019a814f3f87accc81c94728e6229f.tar.gz libcss-8cd57dac5b019a814f3f87accc81c94728e6229f.tar.bz2 |
Lose redundant todos
svn path=/trunk/libcss/; revision=6521
-rw-r--r-- | src/select/computed.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/select/computed.c b/src/select/computed.c index 3e01b9c..bae776d 100644 --- a/src/select/computed.c +++ b/src/select/computed.c @@ -75,12 +75,10 @@ css_error css_computed_style_destroy(css_computed_style *style) } if (style->page != NULL) { - /** \todo clean up members */ style->alloc(style->page, 0, style->pw); } if (style->aural != NULL) { - /** \todo clean up members */ style->alloc(style->aural, 0, style->pw); } |