diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-07-28 20:08:50 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-07-28 20:08:50 +0000 |
| commit | 71a56457a3660039c6a2d3d7055bf296a1d01ae6 (patch) | |
| tree | 4cafdf60a28a0ce1641e393b2b23a03673ad745c /src/sp-text.cpp | |
| parent | Merge from trunk 13472 (diff) | |
| parent | related to lp:inkscape r13474, remove unnecessary/broken placement news (diff) | |
| download | inkscape-71a56457a3660039c6a2d3d7055bf296a1d01ae6.tar.gz inkscape-71a56457a3660039c6a2d3d7055bf296a1d01ae6.zip | |
Merge from lp:inkscape 13477
(bzr r13341.1.103)
Diffstat (limited to 'src/sp-text.cpp')
| -rw-r--r-- | src/sp-text.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sp-text.cpp b/src/sp-text.cpp index 9a7f0b7a0..ccc5adf59 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -70,8 +70,6 @@ namespace { # SPTEXT #####################################################*/ SPText::SPText() : SPItem() { - //new (&this->layout) Inkscape::Text::Layout; - //new (&this->attributes) TextTagAttributes; } SPText::~SPText() { @@ -90,9 +88,6 @@ void SPText::build(SPDocument *doc, Inkscape::XML::Node *repr) { } void SPText::release() { - //this->attributes.~TextTagAttributes(); - //this->layout.~Layout(); - SPItem::release(); } |
