summaryrefslogtreecommitdiffstats
path: root/src/display/curve.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-06-29 13:50:12 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-06-29 13:50:12 +0000
commit2143789dc5c3dd02f9ff2fd0717081e6e63a4434 (patch)
treea0c20970078976b44e7dfeef2f627231e04abd63 /src/display/curve.h
parentpen tool: use SPCurve::last_segment in favor of last_bpath (diff)
downloadinkscape-2143789dc5c3dd02f9ff2fd0717081e6e63a4434.tar.gz
inkscape-2143789dc5c3dd02f9ff2fd0717081e6e63a4434.zip
remove unused function first_bpath
(bzr r6091)
Diffstat (limited to 'src/display/curve.h')
-rw-r--r--src/display/curve.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/display/curve.h b/src/display/curve.h
index 0ac5d069e..e67c3897a 100644
--- a/src/display/curve.h
+++ b/src/display/curve.h
@@ -80,7 +80,6 @@ public:
NArtBpath const * last_bpath() const;
Geom::Curve const * last_segment() const;
Geom::Path const * last_path() const;
- NArtBpath const * first_bpath() const;
Geom::Curve const * first_segment() const;
Geom::Path const * first_path() const;
NR::Point first_point() const;