summaryrefslogtreecommitdiffstats
path: root/src/sp-shape.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-07-07 13:44:03 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-07-07 13:44:03 +0000
commit43b3586a0dc61a6e20c36df43814b65a19f650a6 (patch)
tree25c8d3b66438acf5528b9123b93c33fb297de9df /src/sp-shape.h
parent2geomify marker code in stroke-to-path (diff)
downloadinkscape-43b3586a0dc61a6e20c36df43814b65a19f650a6.tar.gz
inkscape-43b3586a0dc61a6e20c36df43814b65a19f650a6.zip
remove dead code
(bzr r6207)
Diffstat (limited to 'src/sp-shape.h')
-rw-r--r--src/sp-shape.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-shape.h b/src/sp-shape.h
index aa78fcc33..4b1ded236 100644
--- a/src/sp-shape.h
+++ b/src/sp-shape.h
@@ -63,8 +63,6 @@ void sp_shape_set_curve_insync (SPShape *shape, SPCurve *curve, unsigned int own
void sp_shape_set_marker (SPObject *object, unsigned int key, const gchar *value);
int sp_shape_has_markers (SPShape const *shape);
int sp_shape_number_of_markers (SPShape* Shape, int type);
-NR::Matrix sp_shape_marker_get_transform(SPShape const *shape, NArtBpath const *bp);
-bool sp_shape_marker_required(SPShape const *shape, int const m, NArtBpath const *bp);
Geom::Matrix sp_shape_marker_get_transform(Geom::Curve const & c1, Geom::Curve const & c2);
Geom::Matrix sp_shape_marker_get_transform_at_start(Geom::Curve const & c);