diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-14 17:04:15 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-04-23 21:37:56 +0000 |
| commit | 30745770be6b16bed8129c757727fa55313160e0 (patch) | |
| tree | 159d6da29ea23e0d5443c0149e55196ec884e08a /src/object | |
| parent | Add transforms fixes (diff) | |
| download | inkscape-30745770be6b16bed8129c757727fa55313160e0.tar.gz inkscape-30745770be6b16bed8129c757727fa55313160e0.zip | |
Revert TAV d work for testing
Diffstat (limited to 'src/object')
| -rw-r--r-- | src/object/sp-path.h | 4 |
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 |
