summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helper/geom.cpp5
-rw-r--r--src/helper/geom.h6
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);