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-flowregion.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-flowregion.cpp')
| -rw-r--r-- | src/sp-flowregion.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sp-flowregion.cpp b/src/sp-flowregion.cpp index e8e5c3d95..32d3b0f60 100644 --- a/src/sp-flowregion.cpp +++ b/src/sp-flowregion.cpp @@ -42,15 +42,12 @@ static void GetDest(SPObject* child,Shape **computed); SPFlowregion::SPFlowregion() : SPItem() { - //new (&this->computed) std::vector<Shape*>; } SPFlowregion::~SPFlowregion() { for (std::vector<Shape*>::iterator it = this->computed.begin() ; it != this->computed.end() ; ++it) { delete *it; } - - //this->computed.~vector<Shape*>(); } void SPFlowregion::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *ref) { |
