summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapView_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src/MGLMapView_Private.h')
-rw-r--r--platform/macos/src/MGLMapView_Private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/macos/src/MGLMapView_Private.h b/platform/macos/src/MGLMapView_Private.h
index 01b1ba7702..2d9fc52a62 100644
--- a/platform/macos/src/MGLMapView_Private.h
+++ b/platform/macos/src/MGLMapView_Private.h
@@ -22,9 +22,6 @@
/// Synchronously render a frame of the map.
- (void)renderSync;
-/// Converts NSTimeInterval to mbgl::Duration
-mbgl::Duration MGLDurationInSeconds(NSTimeInterval duration);
-
- (mbgl::Map *)mbglMap;
@end