From 032c8fba3c8e3c122dd399b5c9341d92ad9d286f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 2 Feb 2016 20:20:47 -0800 Subject: [core] Remove unused --- include/mbgl/map/map.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/mbgl/map') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index b9aa0c1381..3a85030169 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -165,7 +165,6 @@ public: void removeAnnotations(const AnnotationIDs&); AnnotationIDs getPointAnnotationsInBounds(const LatLngBounds&); - LatLngBounds getBoundsForAnnotations(const AnnotationIDs&); void addCustomLayer(const std::string& id, CustomLayerInitializeFunction, -- cgit v1.2.1