diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2015-04-27 22:56:20 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <mc@M0nst3r.bouyguesbox.fr> | 2015-04-27 22:56:20 +0000 |
| commit | 4bd4a89e23064b6782728d7965b12443978dcd29 (patch) | |
| tree | e67e9bca6beb97b182c3b914692a98c325c82d01 /src/removeoverlap.cpp | |
| parent | Just reread the entire diff against trunk. Given the diff size, i must have f... (diff) | |
| download | inkscape-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.cpp | 1 |
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; |
