summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap.cpp
diff options
context:
space:
mode:
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;