diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-07-28 19:36:45 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-07-28 19:36:45 +0000 |
| commit | 5a7378908bff31485572833da4db1185eac5ae55 (patch) | |
| tree | 93527d3eb9489be89c4cdae4369eb4e745e2cc04 /src/sp-tspan.cpp | |
| parent | noop: remove commented-out code that is dangerous and should not come back (diff) | |
| download | inkscape-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.cpp | 3 |
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(); } |
