summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/eraser-tool.cpp
diff options
context:
space:
mode:
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()));
}
}
}