Code

Warning cleanup from unused cursor images.
[inkscape.git] / src / live_effects / lpe-patternalongpath.h
index f35f7a5cb5db5899df85ec5b0f4df4650c3581c9..1c02f2c08c62951d49127524c5e6ffd7390107dc 100644 (file)
@@ -32,6 +32,8 @@ public:
 
     virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in);
 
+    virtual void transform_multiply(Geom::Matrix const& postmul, bool set);
+
     PathParam  pattern;
 private:
     EnumParam<PAPCopyType> copytype;
@@ -50,12 +52,6 @@ private:
     LPEPatternAlongPath& operator=(const LPEPatternAlongPath&);
 };
 
-class LPEFreehandShape : public LPEPatternAlongPath {
-public:
-  LPEFreehandShape(LivePathEffectObject *lpeobject);
-  virtual ~LPEFreehandShape() {}
-};
-
 }; //namespace LivePathEffect
 }; //namespace Inkscape