summaryrefslogtreecommitdiffstats
path: root/src/sp-tspan.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-07-28 19:36:45 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-07-28 19:36:45 +0000
commit5a7378908bff31485572833da4db1185eac5ae55 (patch)
tree93527d3eb9489be89c4cdae4369eb4e745e2cc04 /src/sp-tspan.cpp
parentnoop: remove commented-out code that is dangerous and should not come back (diff)
downloadinkscape-5a7378908bff31485572833da4db1185eac5ae55.tar.gz
inkscape-5a7378908bff31485572833da4db1185eac5ae55.zip
noop: remove commented-out code that is dangerous and should not come back
(bzr r13476)
Diffstat (limited to 'src/sp-tspan.cpp')
-rw-r--r--src/sp-tspan.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp
index 58a4da75c..c3f7689e7 100644
--- a/src/sp-tspan.cpp
+++ b/src/sp-tspan.cpp
@@ -63,7 +63,6 @@ namespace {
#####################################################*/
SPTSpan::SPTSpan() : SPItem() {
this->role = SP_TSPAN_ROLE_UNSPECIFIED;
- //new (&this->attributes) TextTagAttributes;
}
SPTSpan::~SPTSpan() {
@@ -81,8 +80,6 @@ void SPTSpan::build(SPDocument *doc, Inkscape::XML::Node *repr) {
}
void SPTSpan::release() {
- //this->attributes.~TextTagAttributes();
-
SPItem::release();
}