diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-06-22 22:12:14 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-06-22 22:12:14 +0000 |
| commit | eb7f0accba73508215d98a97e0b17fd7f2faf263 (patch) | |
| tree | 75ad1512a0bf078d7d75e97d8892294356228d08 /src/livarot/Path.h | |
| parent | use LoadPathVector instead of LoadArtBPath everywhere (diff) | |
| download | inkscape-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.h | 1 |
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(); |
