From 902c870fe5424b323e0645e11aeeef980d0b526d Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Fri, 3 Feb 2012 22:37:14 +0100 Subject: Documentation: sp-filter.h is not documented at all, removing fake explanation. (bzr r10931) --- src/sp-filter.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') 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; -- cgit v1.2.3