summaryrefslogtreecommitdiff
path: root/include/mbgl/map
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-02 20:20:47 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-02-02 20:20:47 -0800
commit032c8fba3c8e3c122dd399b5c9341d92ad9d286f (patch)
tree1b38001c084df2c81a73ca7f63b77d285019db1e /include/mbgl/map
parentb78bc7c555165f654866a1c6c962955add52473f (diff)
downloadqtlocation-mapboxgl-032c8fba3c8e3c122dd399b5c9341d92ad9d286f.tar.gz
[core] Remove unused
Diffstat (limited to 'include/mbgl/map')
-rw-r--r--include/mbgl/map/map.hpp1
1 files changed, 0 insertions, 1 deletions
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,