From 58863c3974fa5e41bdf540bc7b85da6f986e60e6 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 12 May 2016 11:45:21 -0700 Subject: [core] Remove unused --- include/mbgl/util/geo.hpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'include/mbgl/util') 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 -- cgit v1.2.1