summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-attach-path.h
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-04-06 21:38:30 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-04-06 21:38:30 +0000
commit6f10c7f675fae8c20f24f01b7cffb861f3726e9d (patch)
treea78b993f14603288e71637bb22f7a2929c8ba5bf /src/live_effects/lpe-attach-path.h
parentPrevent crash on "three knot" issue (diff)
downloadinkscape-6f10c7f675fae8c20f24f01b7cffb861f3726e9d.tar.gz
inkscape-6f10c7f675fae8c20f24f01b7cffb861f3726e9d.zip
Properly allow effect stacking with knotholders (and add extra LPE functionality)
(bzr r13090.1.48)
Diffstat (limited to 'src/live_effects/lpe-attach-path.h')
-rw-r--r--src/live_effects/lpe-attach-path.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/lpe-attach-path.h b/src/live_effects/lpe-attach-path.h
index 390282f90..1d6c590d1 100644
--- a/src/live_effects/lpe-attach-path.h
+++ b/src/live_effects/lpe-attach-path.h
@@ -25,7 +25,6 @@ public:
LPEAttachPath(LivePathEffectObject *lpeobject);
virtual ~LPEAttachPath();
- virtual void doBeforeEffect(const SPLPEItem *lpeitem);
virtual void doEffect (SPCurve * curve);
virtual void resetDefaults(SPItem const * item);
@@ -45,7 +44,6 @@ private:
ScalarParam end_path_position;
TransformedPointParam end_path_curve_start;
VectorParam end_path_curve_end;
- SPLPEItem * lpe_effect;
};
}; //namespace LivePathEffect