summaryrefslogtreecommitdiffstats
path: root/src/object
diff options
context:
space:
mode:
Diffstat (limited to 'src/object')
-rw-r--r--src/object/sp-path.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/object/sp-path.h b/src/object/sp-path.h
index 3402938a1..b950f6a60 100644
--- a/src/object/sp-path.h
+++ b/src/object/sp-path.h
@@ -18,7 +18,6 @@
#include "sp-shape.h"
#include "sp-conn-end-pair.h"
-#include "style-internal.h" // For SPStyleSrc
class SPCurve;
@@ -48,8 +47,7 @@ public:
virtual char* description() const;
virtual Geom::Affine set_transform(Geom::Affine const &transform);
virtual void convert_to_guides() const;
-private:
- SPStyleSrc d_source; // Source of 'd' value, saved for output.
+
};
#endif // SEEN_SP_PATH_H