diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2015-05-08 15:40:38 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2015-05-08 15:40:38 +0000 |
| commit | e18021588feee8f6872fd362b9f4ba5902ef1da9 (patch) | |
| tree | 69ed79fee65afb2a0294c1a4071909573400794f /src/helper/geom.h | |
| parent | Remove round_rectangle_outwards from helper/geom.h (diff) | |
| download | inkscape-e18021588feee8f6872fd362b9f4ba5902ef1da9.tar.gz inkscape-e18021588feee8f6872fd362b9f4ba5902ef1da9.zip | |
More helper/geom.h pruning.
Remove transform_equalp, translate_equalp and matrix_equalp.
(bzr r14059.2.10)
Diffstat (limited to 'src/helper/geom.h')
| -rw-r--r-- | src/helper/geom.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/helper/geom.h b/src/helper/geom.h index 22d770040..d49e2070c 100644 --- a/src/helper/geom.h +++ b/src/helper/geom.h @@ -33,11 +33,6 @@ void recursive_bezier4(const double x1, const double y1, const double x2, const std::vector<Geom::Point> &pointlist, int level); -namespace Geom{ -bool transform_equalp(Geom::Affine const &m0, Geom::Affine const &m1, Geom::Coord const epsilon); -bool translate_equalp(Geom::Affine const &m0, Geom::Affine const &m1, Geom::Coord const epsilon); -bool matrix_equalp(Geom::Affine const &m0, Geom::Affine const &m1, Geom::Coord const epsilon); -} #endif // INKSCAPE_HELPER_GEOM_H /* |
