diff options
author | Jason Wray <jason@mapbox.com> | 2018-11-19 20:07:32 -0500 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2018-11-20 11:48:18 -0500 |
commit | 950c7b75e60c84213aeb073b6c456af440d664c4 (patch) | |
tree | d33cba47eba217cde0bb07f5794aef427f709925 /platform | |
parent | ddcecdf7f7a190f5ddf5f48b45b52dedb186555c (diff) | |
download | qtlocation-mapboxgl-950c7b75e60c84213aeb073b6c456af440d664c4.tar.gz |
[ios] Remove deprecated -[MGLMapView setDebugActive:] implementation
Diffstat (limited to 'platform')
-rw-r--r-- | platform/ios/src/MGLMapView.mm | 7 |
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."); |