summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MGLMapView.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-06 14:44:57 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-12-06 14:44:57 -0800
commit265e56d056d58d2a8e44c4a6aa1368ae60b3ef5c (patch)
tree4e381d35612d6ac3737ad2047b93b217f37b79c0 /include/mbgl/ios/MGLMapView.h
parent22d7537a252009dbe0cf86f9aff9db1af5a76d8a (diff)
downloadqtlocation-mapboxgl-265e56d056d58d2a8e44c4a6aa1368ae60b3ef5c.tar.gz
Fixed linker warnings about overridden styleURL__
Reapplied #3097, which was originally applied to the release-ios-v3.0.0 branch but was omitted in a merge back to master.
Diffstat (limited to 'include/mbgl/ios/MGLMapView.h')
-rw-r--r--include/mbgl/ios/MGLMapView.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index 609d062a98..010b16d5e9 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -259,9 +259,6 @@ IB_DESIGNABLE
* To display the default style, set this property to `nil`. */
@property (nonatomic, null_resettable) NSURL *styleURL;
-/* Discourage programmatic usage of this IB-only property. Interface Builder skips over this declaration because it is unable to parse attributes. See the real declaration in MGLMapView+IBAdditions.h. */
-@property (nonatomic, nullable) IBInspectable NSString *styleURL__ __attribute__((unavailable("styleURL__ is for use within Interface Builder only. Use styleURL in code.")));
-
/** Currently active style classes, represented as an array of string identifiers. */
@property (nonatomic) NS_ARRAY_OF(NSString *) *styleClasses;