summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/point.h')
-rw-r--r--src/live_effects/parameter/point.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/live_effects/parameter/point.h b/src/live_effects/parameter/point.h
index 4c0e6e356..90c318b5e 100644
--- a/src/live_effects/parameter/point.h
+++ b/src/live_effects/parameter/point.h
@@ -34,8 +34,6 @@ public:
Geom::Point default_value = Geom::Point(0,0) ); // tip for automatically associated on-canvas handle
virtual ~PointParam();
- virtual ParamType paramType() { return POINT_PARAM; }
-
virtual Gtk::Widget * param_newWidget(Gtk::Tooltips * tooltips);
bool param_readSVGValue(const gchar * strvalue);