summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap.cpp
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2015-04-27 22:56:20 +0000
committerMarc Jeanmougin <mc@M0nst3r.bouyguesbox.fr>2015-04-27 22:56:20 +0000
commit4bd4a89e23064b6782728d7965b12443978dcd29 (patch)
treee67e9bca6beb97b182c3b914692a98c325c82d01 /src/removeoverlap.cpp
parentJust reread the entire diff against trunk. Given the diff size, i must have f... (diff)
downloadinkscape-4bd4a89e23064b6782728d7965b12443978dcd29.tar.gz
inkscape-4bd4a89e23064b6782728d7965b12443978dcd29.zip
removed a few "using Inkscape::Util::GSListConstIterator"
(bzr r13922.1.16)
Diffstat (limited to 'src/removeoverlap.cpp')
-rw-r--r--src/removeoverlap.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/removeoverlap.cpp b/src/removeoverlap.cpp
index 01ce2c47e..9ea75de0d 100644
--- a/src/removeoverlap.cpp
+++ b/src/removeoverlap.cpp
@@ -39,7 +39,6 @@ namespace {
* horizontally and yGap vertically
*/
void removeoverlap(std::vector<SPItem*> const &items, double const xGap, double const yGap) {
- using Inkscape::Util::GSListConstIterator;
std::vector<SPItem*> selected(items);
std::vector<Record> records;
std::vector<Rectangle *> rs;