summaryrefslogtreecommitdiff
path: root/include/mbgl/map/map.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2015-11-27 10:44:14 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2015-11-27 17:47:02 +0200
commit92856f394c76f75051a72fbc5944b63cbea7ccde (patch)
tree7b6a871fff41a33b37733a7fd49294ffc3d21821 /include/mbgl/map/map.hpp
parentd55aa7929cb10d40a58b6b7a8ed73bddd4f0a407 (diff)
downloadqtlocation-mapboxgl-92856f394c76f75051a72fbc5944b63cbea7ccde.tar.gz
[core] Collision debug is now MapDebugOptions::Collision
Diffstat (limited to 'include/mbgl/map/map.hpp')
-rw-r--r--include/mbgl/map/map.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 43c3b1452e..8401976e15 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -171,9 +171,6 @@ public:
void setDebug(MapDebugOptions);
void cycleDebugOptions();
MapDebugOptions getDebug() const;
- void setCollisionDebug(bool value);
- void toggleCollisionDebug();
- bool getCollisionDebug() const;
bool isFullyLoaded() const;
void dumpDebugLogs() const;