summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-06 20:48:14 +0000
committerJabiertxof <jtx@jtx>2016-12-06 20:48:14 +0000
commitdcb86798cf8409035c632b6c429bc8b2f9ea84d3 (patch)
treef4b76f1c12b94b8704bf4c76620a093a4a42c62b /src/sp-mesh-array.cpp
parentUpdate to trunk (diff)
parentFixes for measure LPE and speed path based LPE operations (diff)
downloadinkscape-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.cpp5
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();
};