summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLAnnotationViewTests.m
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2018-04-19 15:47:58 -0400
committerGitHub <noreply@github.com>2018-04-19 15:47:58 -0400
commit2e225939621733359e3254b00b5853afa650f4fd (patch)
treec71f4a52d3bd3ca2d25e38452c90e15dd0464197 /platform/ios/test/MGLAnnotationViewTests.m
parentb414c607c3369641fca23c79dfaff231a66a89cf (diff)
downloadqtlocation-mapboxgl-2e225939621733359e3254b00b5853afa650f4fd.tar.gz
[ios] Mark -presentCalloutFromRect:inView:constrainedToView:animated: unavailable (#11738)
Diffstat (limited to 'platform/ios/test/MGLAnnotationViewTests.m')
-rw-r--r--platform/ios/test/MGLAnnotationViewTests.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/ios/test/MGLAnnotationViewTests.m b/platform/ios/test/MGLAnnotationViewTests.m
index c8b140b274..2f5963e66e 100644
--- a/platform/ios/test/MGLAnnotationViewTests.m
+++ b/platform/ios/test/MGLAnnotationViewTests.m
@@ -49,8 +49,6 @@ static NSString * const MGLTestAnnotationReuseIdentifer = @"MGLTestAnnotationReu
_didCallDismissCalloutAnimated = YES;
}
-- (void)presentCalloutFromRect:(CGRect)rect inView:(UIView *)view constrainedToView:(UIView *)constrainedView animated:(BOOL)animated { }
-
- (void)presentCalloutFromRect:(CGRect)rect inView:(nonnull UIView *)view constrainedToRect:(CGRect)constrainedRect animated:(BOOL)animated {}
@end