summaryrefslogtreecommitdiffstats
path: root/src/extension/internal
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
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')
-rw-r--r--src/extension/internal/bitmap/imagemagick.cpp2
-rw-r--r--src/extension/internal/bluredge.cpp1
-rw-r--r--src/extension/internal/grid.cpp2
3 files changed, 0 insertions, 5 deletions
diff --git a/src/extension/internal/bitmap/imagemagick.cpp b/src/extension/internal/bitmap/imagemagick.cpp
index 3a29b3dc0..5e4c930bc 100644
--- a/src/extension/internal/bitmap/imagemagick.cpp
+++ b/src/extension/internal/bitmap/imagemagick.cpp
@@ -240,8 +240,6 @@ ImageMagick::prefs_effect(Inkscape::Extension::Effect *module, Inkscape::UI::Vie
{
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()) {
diff --git a/src/extension/internal/bluredge.cpp b/src/extension/internal/bluredge.cpp
index b80e5ddbb..9f19f8b3b 100644
--- a/src/extension/internal/bluredge.cpp
+++ b/src/extension/internal/bluredge.cpp
@@ -63,7 +63,6 @@ BlurEdge::effect (Inkscape::Extension::Effect *module, Inkscape::UI::View::View
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
double old_offset = prefs->getDouble("/options/defaultoffsetwidth/value", 1.0, "px");
- using Inkscape::Util::GSListConstIterator;
// TODO need to properly refcount the items, at least
std::vector<SPItem*> items(selection->itemList());
selection->clear();
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()) {