summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-08-20 11:55:18 -0400
committerGitHub <noreply@github.com>2019-08-20 11:55:18 -0400
commit90e26244a507175993097bac85cd0abab268bffe (patch)
treeb9ed1a3f62fbf9186fbc36a7e9cabb7ae71197c3
parentc0cd8d021d828e9c3b66d4e11e3a4c8df9e2b559 (diff)
downloadqtlocation-mapboxgl-90e26244a507175993097bac85cd0abab268bffe.tar.gz
[ios] Removes mismatched function declaration. (#15423)
-rw-r--r--platform/ios/src/MGLMapView_Private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapView_Private.h b/platform/ios/src/MGLMapView_Private.h
index 12840b3586..155527000f 100644
--- a/platform/ios/src/MGLMapView_Private.h
+++ b/platform/ios/src/MGLMapView_Private.h
@@ -52,7 +52,6 @@ FOUNDATION_EXTERN MGL_EXPORT MGLExceptionName const _Nonnull MGLUnderlyingMapUna
/// Synchronously render a frame of the map.
- (void)renderSync;
-- (nonnull mbgl::Map *)mbglMap;
- (nonnull mbgl::Renderer *)renderer;
/** Returns whether the map view is currently loading or processing any assets required to render the map */