summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-patternalongpath.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2009-02-19 22:37:11 +0000
committercilix42 <cilix42@users.sourceforge.net>2009-02-19 22:37:11 +0000
commit50fcbbef80d397e283fec3b2fff36815b49a1213 (patch)
tree6f5ec0378f54450e37799c1a9981231d78ae4881 /src/live_effects/lpe-patternalongpath.h
parentSpell checker and filter translation (diff)
downloadinkscape-50fcbbef80d397e283fec3b2fff36815b49a1213.tar.gz
inkscape-50fcbbef80d397e283fec3b2fff36815b49a1213.zip
Remove superfluous FreehandShape LPE
(bzr r7330)
Diffstat (limited to 'src/live_effects/lpe-patternalongpath.h')
-rw-r--r--src/live_effects/lpe-patternalongpath.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/live_effects/lpe-patternalongpath.h b/src/live_effects/lpe-patternalongpath.h
index f35f7a5cb..ea89097b3 100644
--- a/src/live_effects/lpe-patternalongpath.h
+++ b/src/live_effects/lpe-patternalongpath.h
@@ -50,12 +50,6 @@ private:
LPEPatternAlongPath& operator=(const LPEPatternAlongPath&);
};
-class LPEFreehandShape : public LPEPatternAlongPath {
-public:
- LPEFreehandShape(LivePathEffectObject *lpeobject);
- virtual ~LPEFreehandShape() {}
-};
-
}; //namespace LivePathEffect
}; //namespace Inkscape