diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-02-03 21:37:14 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-02-03 21:37:14 +0000 |
| commit | 902c870fe5424b323e0645e11aeeef980d0b526d (patch) | |
| tree | 38827744382c1ec40a87c65a5ff9f908b8b65da2 /src | |
| parent | cppcheck tells us: fprintf format string has 0 parameters but 1 are given (diff) | |
| download | inkscape-902c870fe5424b323e0645e11aeeef980d0b526d.tar.gz inkscape-902c870fe5424b323e0645e11aeeef980d0b526d.zip | |
Documentation: sp-filter.h is not documented at all, removing fake explanation.
(bzr r10931)
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-filter.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sp-filter.h b/src/sp-filter.h index 4ba04ecf0..044854bc3 100644 --- a/src/sp-filter.h +++ b/src/sp-filter.h @@ -44,23 +44,15 @@ struct ltstr { struct SPFilter : public SPObject { - /** filterUnits attribute */ SPFilterUnits filterUnits; guint filterUnits_set : 1; - /** primitiveUnits attribute */ SPFilterUnits primitiveUnits; guint primitiveUnits_set : 1; - /** X attribute */ SVGLength x; - /** Y attribute */ SVGLength y; - /** WIDTH attribute */ SVGLength width; - /** HEIGHT attribute */ SVGLength height; - /** FILTERRES attribute */ NumberOptNumber filterRes; - /** HREF attribute */ SPFilterReference *href; sigc::connection modified_connection; |
