summaryrefslogtreecommitdiffstats
path: root/src/sp-flowtext.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-flowtext.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-flowtext.cpp')
-rw-r--r--src/sp-flowtext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-flowtext.cpp b/src/sp-flowtext.cpp
index 59832a2b4..7de65ccc3 100644
--- a/src/sp-flowtext.cpp
+++ b/src/sp-flowtext.cpp
@@ -46,11 +46,9 @@ namespace {
SPFlowtext::SPFlowtext() : SPItem() {
this->par_indent = 0;
- //new (&this->layout) Inkscape::Text::Layout();
}
SPFlowtext::~SPFlowtext() {
- //this->layout.~Layout();
}
void SPFlowtext::child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref) {