summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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) {