summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-offset.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-03-02 19:34:31 +0000
committerjabiertxof <info@marker.es>2016-03-02 19:34:31 +0000
commit4aba6b92f30733f400891d2c3a6d77c1ae1d7a47 (patch)
tree68e2fff928c1f7306e9bdef0abfeb3fbfc1350f8 /src/live_effects/lpe-offset.h
parentAnother small change to miter-limit for 'arcs' join to match SVG spec. (diff)
downloadinkscape-4aba6b92f30733f400891d2c3a6d77c1ae1d7a47.tar.gz
inkscape-4aba6b92f30733f400891d2c3a6d77c1ae1d7a47.zip
Fix for bug 1540070
Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
Diffstat (limited to 'src/live_effects/lpe-offset.h')
-rw-r--r--src/live_effects/lpe-offset.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/lpe-offset.h b/src/live_effects/lpe-offset.h
index 997311c7d..9966fd45d 100644
--- a/src/live_effects/lpe-offset.h
+++ b/src/live_effects/lpe-offset.h
@@ -28,8 +28,6 @@ public:
virtual void doOnApply (SPLPEItem const* lpeitem);
- virtual void doBeforeEffect (SPLPEItem const* lpeitem);
-
virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in);
private: