summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapView_Private.h
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2018-11-13 23:34:12 -0500
committerJulian Rex <julian.rex@mapbox.com>2018-11-20 10:15:30 -0500
commit59a9b19f5d153326b5f9dd77b222a33c4930a3b8 (patch)
tree457d43d02cbfcfc41697d6d9c956e660ad0bf021 /platform/ios/src/MGLMapView_Private.h
parent9ac444a08d9701dc7b0da41859842a77d7be8e00 (diff)
downloadqtlocation-mapboxgl-59a9b19f5d153326b5f9dd77b222a33c4930a3b8.tar.gz
[ios] Added teardown of core objects when receiving UIApplicationWillTerminateNotification.
Diffstat (limited to 'platform/ios/src/MGLMapView_Private.h')
-rw-r--r--platform/ios/src/MGLMapView_Private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/src/MGLMapView_Private.h b/platform/ios/src/MGLMapView_Private.h
index 133d17023e..4f7a49c370 100644
--- a/platform/ios/src/MGLMapView_Private.h
+++ b/platform/ios/src/MGLMapView_Private.h
@@ -16,8 +16,6 @@ FOUNDATION_EXTERN const CGSize MGLAnnotationAccessibilityElementMinimumSize;
/** Triggers another render pass even when it is not necessary. */
- (void)setNeedsGLDisplay;
-- (mbgl::Map *)mbglMap;
-
- (mbgl::Renderer *)renderer;
/** Returns whether the map view is currently loading or processing any assets required to render the map */