summaryrefslogtreecommitdiffstats
path: root/src/sp-tspan.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-07-28 19:34:56 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-07-28 19:34:56 +0000
commit653be18705548ae8ab5a0358ecf77feca1b22e54 (patch)
tree9703f02e780a36093c55711ace8fc7e8e311f827 /src/sp-tspan.cpp
parentFix placement news and calls to destructor. Fixes crash regressions #1348891,... (diff)
downloadinkscape-653be18705548ae8ab5a0358ecf77feca1b22e54.tar.gz
inkscape-653be18705548ae8ab5a0358ecf77feca1b22e54.zip
noop: remove commented-out code that is dangerous and should not come back
(bzr r13475)
Diffstat (limited to 'src/sp-tspan.cpp')
-rw-r--r--src/sp-tspan.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp
index 8c4105777..58a4da75c 100644
--- a/src/sp-tspan.cpp
+++ b/src/sp-tspan.cpp
@@ -227,8 +227,6 @@ const char* SPTSpan::displayName() const {
void refresh_textpath_source(SPTextPath* offset);
SPTextPath::SPTextPath() : SPItem() {
- //new (&this->attributes) TextTagAttributes;
-
this->startOffset._set = false;
this->originalPath = NULL;
this->isUpdating=false;