From 471d20119544155b62e3d90492443b3ddc14b289 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Thu, 28 Jul 2011 22:34:55 +0200 Subject: UI uniformisation / addition of mnemonics (Bug #170765) Removed unnecessary command in path effects (bzr r10515) --- src/extension/patheffect.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/extension/patheffect.cpp') diff --git a/src/extension/patheffect.cpp b/src/extension/patheffect.cpp index e093d20d7..a3094d536 100644 --- a/src/extension/patheffect.cpp +++ b/src/extension/patheffect.cpp @@ -66,7 +66,6 @@ PathEffect::processPathEffects (SPDocument * doc, Inkscape::XML::Node * path) peffect = dynamic_cast(Inkscape::Extension::db.get(ext_id)); if (peffect != NULL) { peffect->processPath(doc, path, prefs); - continue; } } -- cgit v1.2.3