diff options
| author | Jabiertxof <jtx@jtx> | 2016-12-06 20:48:14 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2016-12-06 20:48:14 +0000 |
| commit | dcb86798cf8409035c632b6c429bc8b2f9ea84d3 (patch) | |
| tree | f4b76f1c12b94b8704bf4c76620a093a4a42c62b /src/sp-mesh-array.cpp | |
| parent | Update to trunk (diff) | |
| parent | Fixes for measure LPE and speed path based LPE operations (diff) | |
| download | inkscape-dcb86798cf8409035c632b6c429bc8b2f9ea84d3.tar.gz inkscape-dcb86798cf8409035c632b6c429bc8b2f9ea84d3.zip | |
Update to trunk
(bzr r15295.1.8)
Diffstat (limited to 'src/sp-mesh-array.cpp')
| -rw-r--r-- | src/sp-mesh-array.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sp-mesh-array.cpp b/src/sp-mesh-array.cpp index e4877d5c9..f2604976e 100644 --- a/src/sp-mesh-array.cpp +++ b/src/sp-mesh-array.cpp @@ -1478,11 +1478,8 @@ void SPMeshNodeArray::clear() { delete nodes[i][j]; } } - for( guint i = 0; i < nodes.size(); ++i ) { - nodes[i].clear(); - } - nodes.clear(); } + nodes.clear(); }; |
