diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2012-02-19 13:39:03 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2012-02-19 13:39:03 +0000 |
| commit | 50a0bd0d18ed4edbd26280c11c5820a06559ff0f (patch) | |
| tree | 07aada19da9da5b55390823306f13300bc10d6b5 /src | |
| parent | move helper/recthull.h to 2geom/rect-hull.h (diff) | |
| download | inkscape-50a0bd0d18ed4edbd26280c11c5820a06559ff0f.tar.gz inkscape-50a0bd0d18ed4edbd26280c11c5820a06559ff0f.zip | |
remove unused code
(bzr r10997)
Diffstat (limited to 'src')
| -rw-r--r-- | src/helper/geom.cpp | 5 | ||||
| -rw-r--r-- | src/helper/geom.h | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/src/helper/geom.cpp b/src/helper/geom.cpp index c0e4870d4..33947c14d 100644 --- a/src/helper/geom.cpp +++ b/src/helper/geom.cpp @@ -527,11 +527,6 @@ bool matrix_equalp(Geom::Affine const &m0, Geom::Affine const &m1, Geom::Coord c } } //end namespace Geom -/* -The following predefined objects are for reference -and comparison. -*/ -Geom::Affine GEOM_MATRIX_IDENTITY = Geom::identity(); /* Local Variables: diff --git a/src/helper/geom.h b/src/helper/geom.h index ee58a416d..ecee58ec2 100644 --- a/src/helper/geom.h +++ b/src/helper/geom.h @@ -29,12 +29,6 @@ Geom::PathVector pathv_to_linear_and_cubic_beziers( Geom::PathVector const &path void round_rectangle_outwards(Geom::Rect & rect); -/* -The following predefined objects are for reference -and comparison. They are defined in helper/geom.cpp -*/ -extern Geom::Affine GEOM_MATRIX_IDENTITY; - 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); |
