summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-08-07 19:26:42 -0400
committerJason Wray <jason@mapbox.com>2018-08-09 13:46:53 -0400
commitf117865e8e680ddb3d0e5cb03caee326afd46d98 (patch)
treefb5a5f15baa94b2965343a4e3fd4f85354b93895
parentec7b920603299f66332df3b324ed481c732b3657 (diff)
downloadqtlocation-mapboxgl-f117865e8e680ddb3d0e5cb03caee326afd46d98.tar.gz
[ios] Remove Xcode 7 compatibility typedefs
-rw-r--r--platform/darwin/src/MGLTypes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/darwin/src/MGLTypes.h b/platform/darwin/src/MGLTypes.h
index 95065999af..1c90d7968b 100644
--- a/platform/darwin/src/MGLTypes.h
+++ b/platform/darwin/src/MGLTypes.h
@@ -23,13 +23,6 @@
NS_ASSUME_NONNULL_BEGIN
-#ifndef NS_STRING_ENUM
- #define NS_STRING_ENUM
- #define NS_EXTENSIBLE_STRING_ENUM
- typedef NSString *NSErrorDomain;
- typedef NSString *NSNotificationName;
-#endif
-
typedef NSString *MGLExceptionName NS_TYPED_EXTENSIBLE_ENUM;
/**