summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2012-02-19 13:39:03 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2012-02-19 13:39:03 +0000
commit50a0bd0d18ed4edbd26280c11c5820a06559ff0f (patch)
tree07aada19da9da5b55390823306f13300bc10d6b5 /src
parentmove helper/recthull.h to 2geom/rect-hull.h (diff)
downloadinkscape-50a0bd0d18ed4edbd26280c11c5820a06559ff0f.tar.gz
inkscape-50a0bd0d18ed4edbd26280c11c5820a06559ff0f.zip
remove unused code
(bzr r10997)
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);