diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-04 17:37:45 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-05-05 11:16:57 -0700 |
commit | f89cfacab2457602c5bd81ab9da35cede23584e2 (patch) | |
tree | 28371d29e0bca52419303c60c71bcdd1b5361dff /include | |
parent | ce2a06e6773dfb656c7bf6fdbb7e8bc463710685 (diff) | |
download | qtlocation-mapboxgl-f89cfacab2457602c5bd81ab9da35cede23584e2.tar.gz |
[core] Inline LatLng::project definition the one place it's used
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/util/geo.hpp | 2 |
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) { |