summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-04-24 15:29:34 -0500
committerBrad Leege <bleege@gmail.com>2015-04-24 15:29:34 -0500
commit317be3470827ab278e930240b71fefee3fe87c02 (patch)
treee836062f036b1343b62f31a1816b510e2a30a7b7 /include
parent7e145780ebbd5d35a74f263c51827ae2a37c4eb8 (diff)
downloadqtlocation-mapboxgl-317be3470827ab278e930240b71fefee3fe87c02.tar.gz
#1225 - Removing unavailable block on MGLMapView.initWithFrame
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index eb9a770dcb..e6aaee9a0d 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -38,8 +38,6 @@ IB_DESIGNABLE
* @return An initialized map view, or `nil` if the map view was unable to be initialized. */
- (instancetype)initWithFrame:(CGRect)frame accessToken:(NSString *)accessToken styleURL:(NSURL *)styleURL;
-- (instancetype)initWithFrame:(CGRect)frame __attribute__((unavailable("Instantiating an MGLMapView requires setting a style and/or an access token.")));
-
#pragma mark - Authorizing Access
/** @name Authorizing Access */