summaryrefslogtreecommitdiff
path: root/include/mbgl/util/geo.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-04 17:37:45 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-05 11:16:57 -0700
commitf89cfacab2457602c5bd81ab9da35cede23584e2 (patch)
tree28371d29e0bca52419303c60c71bcdd1b5361dff /include/mbgl/util/geo.hpp
parentce2a06e6773dfb656c7bf6fdbb7e8bc463710685 (diff)
downloadqtlocation-mapboxgl-f89cfacab2457602c5bd81ab9da35cede23584e2.tar.gz
[core] Inline LatLng::project definition the one place it's used
Diffstat (limited to 'include/mbgl/util/geo.hpp')
-rw-r--r--include/mbgl/util/geo.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/util/geo.hpp b/include/mbgl/util/geo.hpp
index f0c708dcd4..cb9cb71fc5 100644
--- a/include/mbgl/util/geo.hpp
+++ b/include/mbgl/util/geo.hpp
@@ -48,8 +48,6 @@ public:
// Constructs a LatLng object with the top left position of the specified tile.
LatLng(const TileID& id);
-
- ScreenCoordinate project() const;
};
inline bool operator==(const LatLng& a, const LatLng& b) {