summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/grid.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/extension/internal/grid.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/extension/internal/grid.cpp')
-rw-r--r--src/extension/internal/grid.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/extension/internal/grid.cpp b/src/extension/internal/grid.cpp
index 60d606a02..932d9a0d0 100644
--- a/src/extension/internal/grid.cpp
+++ b/src/extension/internal/grid.cpp
@@ -190,8 +190,6 @@ Grid::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View
{
SPDocument * current_document = view->doc();
- using Inkscape::Util::GSListConstIterator;
-
std::vector<SPItem*> selected = ((SPDesktop *)view)->getSelection()->itemList();
Inkscape::XML::Node * first_select = NULL;
if (!selected.empty()) {