From: buliabyak Date: Mon, 14 Apr 2008 01:04:53 +0000 (+0000) Subject: suppress helperpath display for spiro X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e27578c7b3fe6ae97a17ef9d41583ca20c9ff002;p=inkscape.git suppress helperpath display for spiro --- diff --git a/src/live_effects/lpe-spiro.cpp b/src/live_effects/lpe-spiro.cpp index b7918a615..0925becbb 100644 --- a/src/live_effects/lpe-spiro.cpp +++ b/src/live_effects/lpe-spiro.cpp @@ -83,6 +83,11 @@ LPESpiro::~LPESpiro() { } +void +LPESpiro::setup_nodepath(Inkscape::NodePath::Path *np) +{ +} + void LPESpiro::doEffect(SPCurve * curve) { diff --git a/src/live_effects/lpe-spiro.h b/src/live_effects/lpe-spiro.h index c38c5f0e8..292b07fb8 100644 --- a/src/live_effects/lpe-spiro.h +++ b/src/live_effects/lpe-spiro.h @@ -22,6 +22,7 @@ public: LPESpiro(LivePathEffectObject *lpeobject); virtual ~LPESpiro(); + virtual void setup_nodepath(Inkscape::NodePath::Path *np); virtual void doEffect(SPCurve * curve); private: