summaryrefslogtreecommitdiffstats
path: root/src/eraser-context.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-08-14 21:33:11 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-08-14 21:33:11 +0000
commit181d1e66302e2a6296f228a74e4840b797b5eba7 (patch)
tree0315e36d536286e813d19018f47eec191496948e /src/eraser-context.cpp
parentRemove further instances of SP_ACTIVE_DESKTOP (diff)
downloadinkscape-181d1e66302e2a6296f228a74e4840b797b5eba7.tar.gz
inkscape-181d1e66302e2a6296f228a74e4840b797b5eba7.zip
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the desktop is readily available in the calling function)
(bzr r6629)
Diffstat (limited to 'src/eraser-context.cpp')
-rw-r--r--src/eraser-context.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eraser-context.cpp b/src/eraser-context.cpp
index f6df71dc2..9a8e07e66 100644
--- a/src/eraser-context.cpp
+++ b/src/eraser-context.cpp
@@ -51,7 +51,6 @@
#include "xml/repr.h"
#include "context-fns.h"
#include "sp-item.h"
-#include "inkscape.h"
#include "color.h"
#include "rubberband.h"
#include "splivarot.h"
@@ -802,7 +801,7 @@ set_to_accumulated(SPEraserContext *dc)
g_slist_free(toWorkOn);
if ( !eraserMode ) {
- //sp_selection_delete();
+ //sp_selection_delete(desktop);
remainingItems.clear();
}