summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-06-22 22:12:14 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-06-22 22:12:14 +0000
commiteb7f0accba73508215d98a97e0b17fd7f2faf263 (patch)
tree75ad1512a0bf078d7d75e97d8892294356228d08 /src/livarot/Path.h
parentuse LoadPathVector instead of LoadArtBPath everywhere (diff)
downloadinkscape-eb7f0accba73508215d98a97e0b17fd7f2faf263.tar.gz
inkscape-eb7f0accba73508215d98a97e0b17fd7f2faf263.zip
remove obsolete LoadArtBPath from livarot
(bzr r6018)
Diffstat (limited to 'src/livarot/Path.h')
-rw-r--r--src/livarot/Path.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/livarot/Path.h b/src/livarot/Path.h
index 4155bac31..d0bd2e9dd 100644
--- a/src/livarot/Path.h
+++ b/src/livarot/Path.h
@@ -177,7 +177,6 @@ public:
void DashPolylineFromStyle(SPStyle *style, float scale, float min_len);
//utilitaire pour inkscape
- void LoadArtBPath(void const *iP,NR::Matrix const &tr,bool doTransformation);
void LoadPath(Geom::Path const &path, Geom::Matrix const &tr, bool doTransformation, bool append = false);
void LoadPathVector(Geom::PathVector const &pv, Geom::Matrix const &tr, bool doTransformation);
void* MakeArtBPath();