summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-02 18:25:51 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-02-02 18:53:37 -0800
commit7c00432528de6063f0c825815080fdabeb8722ef (patch)
treecdb45945ebf68614153b44ae5733f8d48292814a
parent82d67d6912008f179054c8e2e74a84d2cd62d31c (diff)
downloadqtlocation-mapboxgl-7c00432528de6063f0c825815080fdabeb8722ef.tar.gz
[core] Remove unused
-rw-r--r--include/mbgl/util/geo.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mbgl/util/geo.hpp b/include/mbgl/util/geo.hpp
index 8d7e7dae19..23cbf54985 100644
--- a/include/mbgl/util/geo.hpp
+++ b/include/mbgl/util/geo.hpp
@@ -57,10 +57,6 @@ public:
return { bounds.ne, bounds.sw };
}
- inline operator bool() const {
- return sw && ne;
- }
-
// Constructs a LatLngBounds object with the tile's exact boundaries.
LatLngBounds(const TileID& id);