summaryrefslogtreecommitdiffstats
path: root/src/draw-context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw-context.cpp')
-rw-r--r--src/draw-context.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/draw-context.cpp b/src/draw-context.cpp
index 7eafcabab..b2afb5095 100644
--- a/src/draw-context.cpp
+++ b/src/draw-context.cpp
@@ -430,8 +430,6 @@ static void spdc_check_for_and_apply_waiting_LPE(SPDrawContext *dc, SPItem *item
SP_ITEM(obj)->getRepr()->setAttribute("inkscape:path-effect", NULL);
spdc_apply_bend_shape(svgd, dc, SP_ITEM(obj));
SP_ITEM(obj)->setExplicitlyHidden(false);
- item = SP_ITEM(obj);
- SP_OBJECT(item)->setSuccessor(obj);
bend = true;
selection->set(SP_ITEM(obj),true);
}