summaryrefslogtreecommitdiff
path: root/include/mbgl/util
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util')
-rw-r--r--include/mbgl/util/geo.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/mbgl/util/geo.hpp b/include/mbgl/util/geo.hpp
index 512a9f833d..d88d8f3e8b 100644
--- a/include/mbgl/util/geo.hpp
+++ b/include/mbgl/util/geo.hpp
@@ -169,19 +169,6 @@ inline bool operator!=(const LatLngBounds& a, const LatLngBounds& b) {
return !(a == b);
}
-class MetersBounds {
-public:
- ProjectedMeters sw;
- ProjectedMeters ne;
-
- MetersBounds(const ProjectedMeters& sw_, const ProjectedMeters& ne_)
- : sw(sw_), ne(ne_) {}
-
- explicit operator bool() const {
- return sw && ne;
- }
-};
-
// Determines the orientation of the map.
enum class NorthOrientation : uint8_t {
Upwards, // Default