diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-07-28 20:34:55 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-07-28 20:34:55 +0000 |
| commit | 471d20119544155b62e3d90492443b3ddc14b289 (patch) | |
| tree | 802aac751147cbea6e9f1aaae8603a7f91770fc0 /src/extension/patheffect.cpp | |
| parent | Documentation. Updating fixed Shapes and Advanced tutorials. Adding missing r... (diff) | |
| download | inkscape-471d20119544155b62e3d90492443b3ddc14b289.tar.gz inkscape-471d20119544155b62e3d90492443b3ddc14b289.zip | |
UI uniformisation / addition of mnemonics (Bug #170765)
Removed unnecessary command in path effects
(bzr r10515)
Diffstat (limited to '')
| -rw-r--r-- | src/extension/patheffect.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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::PathEffect *>(Inkscape::Extension::db.get(ext_id)); if (peffect != NULL) { peffect->processPath(doc, path, prefs); - continue; } } |
