summaryrefslogtreecommitdiffstats
path: root/src/sp-text.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-text.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-text.cpp')
-rw-r--r--src/sp-text.cpp5
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();
}