From 90e26244a507175993097bac85cd0abab268bffe Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Tue, 20 Aug 2019 11:55:18 -0400 Subject: [ios] Removes mismatched function declaration. (#15423) --- platform/ios/src/MGLMapView_Private.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.2.1