diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-07-28 19:34:56 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-07-28 19:34:56 +0000 |
| commit | 653be18705548ae8ab5a0358ecf77feca1b22e54 (patch) | |
| tree | 9703f02e780a36093c55711ace8fc7e8e311f827 /src/sp-item.cpp | |
| parent | Fix placement news and calls to destructor. Fixes crash regressions #1348891,... (diff) | |
| download | inkscape-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-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 0cdff6546..a3f1a5d64 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -118,10 +118,6 @@ SPItem::SPItem() : SPObject() { mask_ref->changedSignal().connect(sigc::bind(sigc::ptr_fun(mask_ref_changed), this)); avoidRef = new SPAvoidRef(this); - - //new (&constraints) std::vector<SPGuideConstraint>(); - - //new (&_transformed_signal) sigc::signal<void, Geom::Affine const *, SPItem *>(); } SPItem::~SPItem() { |
