summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-11-19 20:07:32 -0500
committerJason Wray <jason@mapbox.com>2018-11-20 11:48:18 -0500
commit950c7b75e60c84213aeb073b6c456af440d664c4 (patch)
treed33cba47eba217cde0bb07f5794aef427f709925
parentddcecdf7f7a190f5ddf5f48b45b52dedb186555c (diff)
downloadqtlocation-mapboxgl-950c7b75e60c84213aeb073b6c456af440d664c4.tar.gz
[ios] Remove deprecated -[MGLMapView setDebugActive:] implementation
-rw-r--r--platform/ios/src/MGLMapView.mm7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/ios/src/MGLMapView.mm b/platform/ios/src/MGLMapView.mm
index 9b1978bf8e..05168ea819 100644
--- a/platform/ios/src/MGLMapView.mm
+++ b/platform/ios/src/MGLMapView.mm
@@ -2389,13 +2389,6 @@ public:
_mbglMap->setDebug(options);
}
-- (void)setDebugActive:(BOOL)debugActive
-{
- self.debugMask = debugActive ? (MGLMapDebugTileBoundariesMask |
- MGLMapDebugTileInfoMask |
- MGLMapDebugCollisionBoxesMask) : 0;
-}
-
- (void)resetNorth
{
MGLLogInfo(@"Resetting the map rotation to a northern heading — a direction of 0 degrees.");