summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-02-03 21:37:14 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-02-03 21:37:14 +0000
commit902c870fe5424b323e0645e11aeeef980d0b526d (patch)
tree38827744382c1ec40a87c65a5ff9f908b8b65da2 /src
parentcppcheck tells us: fprintf format string has 0 parameters but 1 are given (diff)
downloadinkscape-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.h8
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;