From 32144cc14e87e3c3eede2966a874f17da9c24eba Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Fri, 17 Aug 2007 20:30:10 +0000 Subject: Fix LPE: * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498) --- src/live_effects/lpeobject.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/live_effects/lpeobject.cpp') diff --git a/src/live_effects/lpeobject.cpp b/src/live_effects/lpeobject.cpp index 0ce2ce283..de2baa470 100644 --- a/src/live_effects/lpeobject.cpp +++ b/src/live_effects/lpeobject.cpp @@ -179,7 +179,6 @@ livepatheffect_set(SPObject *object, unsigned key, gchar const *value) lpeobj->effecttype = Inkscape::LivePathEffect::LPETypeConverter.get_id_from_key(value); if (lpeobj->effecttype != Inkscape::LivePathEffect::INVALID_LPE) { lpeobj->lpe = Inkscape::LivePathEffect::Effect::New(lpeobj->effecttype, lpeobj); - lpeobj->lpe->readallParameters(SP_OBJECT_REPR(object)); } lpeobj->effecttype_set = true; } else { -- cgit v1.2.3