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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/live_effects/parameter/path.h b/src/live_effects/parameter/path.h
index a269f3e4f..82e240310 100644
--- a/src/live_effects/parameter/path.h
+++ b/src/live_effects/parameter/path.h
@@ -49,7 +49,7 @@ public:
void param_editOncanvas(SPItem * item, SPDesktop * dt);
void param_setup_nodepath(Inkscape::NodePath::Path *np);
- virtual void param_transform_multiply(Geom::Matrix const& /*postmul*/, bool /*set*/) {};
+ virtual void param_transform_multiply(Geom::Matrix const& /*postmul*/, bool /*set*/);
sigc::signal <void> signal_path_pasted;
sigc::signal <void> signal_path_changed;
@@ -61,8 +61,6 @@ private:
Gtk::Widget * _widget;
Gtk::Tooltips * _tooltips;
- void param_write_to_repr(const char * svgd);
-
void on_edit_button_click();
void on_paste_button_click();