summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/powerstrokepointarray.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-01-18 20:28:23 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2012-01-18 20:28:23 +0000
commit1ed059574912da2c44622caf0833fae4571f2326 (patch)
tree44ef8b034ef2fbc542a37fb2cc5a5c4457a238ea /src/live_effects/parameter/powerstrokepointarray.h
parentselect referred path when pressing shift+d (select original) for a path with ... (diff)
downloadinkscape-1ed059574912da2c44622caf0833fae4571f2326.tar.gz
inkscape-1ed059574912da2c44622caf0833fae4571f2326.zip
add tooltip for powerstroke control points
(bzr r10906)
Diffstat (limited to 'src/live_effects/parameter/powerstrokepointarray.h')
-rw-r--r--src/live_effects/parameter/powerstrokepointarray.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/live_effects/parameter/powerstrokepointarray.h b/src/live_effects/parameter/powerstrokepointarray.h
index 785f86498..0e08d78fe 100644
--- a/src/live_effects/parameter/powerstrokepointarray.h
+++ b/src/live_effects/parameter/powerstrokepointarray.h
@@ -28,8 +28,7 @@ public:
const Glib::ustring& tip,
const Glib::ustring& key,
Inkscape::UI::Widget::Registry* wr,
- Effect* effect,
- const gchar *handle_tip = NULL); // tip for automatically associated on-canvas handle
+ Effect* effect);
virtual ~PowerStrokePointArrayParam();
virtual Gtk::Widget * param_newWidget();
@@ -56,7 +55,6 @@ private:
SPKnotShapeType knot_shape;
SPKnotModeType knot_mode;
guint32 knot_color;
- gchar *handle_tip;
Geom::Piecewise<Geom::D2<Geom::SBasis> > last_pwd2;
Geom::Piecewise<Geom::D2<Geom::SBasis> > last_pwd2_normal;