summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/path.h
diff options
context:
space:
mode:
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();