summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/eraser-tool.cpp
diff options
context:
space:
mode:
authorFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-28 17:14:31 +0000
committerFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-28 19:40:50 +0000
commit1673659da2aa1f33c63b73059ac78ac9a0f263e1 (patch)
treece890bfe460953c28b9b2d8f8ac8a94d25de895a /src/ui/tools/eraser-tool.cpp
parentUpdate HACKING.txt. Move to top directory. (diff)
downloadinkscape-1673659da2aa1f33c63b73059ac78ac9a0f263e1.tar.gz
inkscape-1673659da2aa1f33c63b73059ac78ac9a0f263e1.zip
a bit more of warning cleanup
Diffstat (limited to 'src/ui/tools/eraser-tool.cpp')
-rw-r--r--src/ui/tools/eraser-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/eraser-tool.cpp b/src/ui/tools/eraser-tool.cpp
index 07c9c118b..c95cc8b47 100644
--- a/src/ui/tools/eraser-tool.cpp
+++ b/src/ui/tools/eraser-tool.cpp
@@ -786,7 +786,7 @@ void EraserTool::set_to_accumulated() {
selection->raiseToTop(true);
selection->add(dup_clip);
selection->pathDiff(true);
- SPItem * clip = SP_ITEM(*(selection->items().begin()));
+ //SPItem * clip = SP_ITEM(*(selection->items().begin()));
}
}
}