summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-20 19:02:23 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-20 19:02:23 +0000
commitb598f6ee0c07654733dd7ceecc3990cd5c6f50f3 (patch)
tree9beba81a4da5f8725ac73dc57e61284203c41396 /src/live_effects/parameter/path.h
parentoptimize nodepath editing of lpe pathparam's a bit. (diff)
downloadinkscape-b598f6ee0c07654733dd7ceecc3990cd5c6f50f3.tar.gz
inkscape-b598f6ee0c07654733dd7ceecc3990cd5c6f50f3.zip
purge LivePathEffect::PathType
(bzr r6373)
Diffstat (limited to 'src/live_effects/parameter/path.h')
-rw-r--r--src/live_effects/parameter/path.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h
index e2d9c0e19..267ff48ea 100644
--- a/src/live_effects/parameter/path.h
+++ b/src/live_effects/parameter/path.h
@@ -32,8 +32,6 @@ public:
const gchar * default_value = "M0,0 L1,1");
virtual ~PathParam();
- virtual ParamType paramType() { return PATH_PARAM; }
-
std::vector<Geom::Path> const & get_pathvector();
Geom::Piecewise<Geom::D2<Geom::SBasis> > const & get_pwd2();