summaryrefslogtreecommitdiff
path: root/boost/geometry/core/coordinate_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/core/coordinate_type.hpp')
-rw-r--r--boost/geometry/core/coordinate_type.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/boost/geometry/core/coordinate_type.hpp b/boost/geometry/core/coordinate_type.hpp
index e4c391ec45..760b122ad3 100644
--- a/boost/geometry/core/coordinate_type.hpp
+++ b/boost/geometry/core/coordinate_type.hpp
@@ -22,7 +22,6 @@
#include <boost/geometry/core/point_type.hpp>
#include <boost/geometry/core/static_assert.hpp>
#include <boost/geometry/core/tag.hpp>
-#include <boost/geometry/util/promote_floating_point.hpp>
#include <boost/geometry/util/type_traits_std.hpp>
@@ -94,15 +93,6 @@ struct coordinate_type
>::type type;
};
-template <typename Geometry>
-struct fp_coordinate_type
-{
- typedef typename promote_floating_point
- <
- typename coordinate_type<Geometry>::type
- >::type type;
-};
-
/*!
\brief assert_coordinate_type_equal, a compile-time check for equality of two coordinate types
\ingroup utility