summaryrefslogtreecommitdiff
path: root/include/mbgl/ios/MGLTypes.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-03-26 15:12:15 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-03-26 15:12:15 -0700
commit32aa865f14ed2a3ac66168cbf860b2c02f3da2fa (patch)
tree07d1d19a85c2a700408d53506e39e41c0b892d7f /include/mbgl/ios/MGLTypes.h
parent501f9701cd25c004b496dbdf96c8ac45845718be (diff)
parent645d1f38577c1bc24aee7efb005d072f81480670 (diff)
downloadqtlocation-mapboxgl-32aa865f14ed2a3ac66168cbf860b2c02f3da2fa.tar.gz
Merge branch 'ios-unused'
Left in MGLTypes.h, which is now a platform-neutral (iOS + OS X) place for MGLUserTrackingMode.
Diffstat (limited to 'include/mbgl/ios/MGLTypes.h')
-rw-r--r--include/mbgl/ios/MGLTypes.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/mbgl/ios/MGLTypes.h b/include/mbgl/ios/MGLTypes.h
index 0d7ae5f6d1..4c2e58b24b 100644
--- a/include/mbgl/ios/MGLTypes.h
+++ b/include/mbgl/ios/MGLTypes.h
@@ -1,21 +1,5 @@
#import <Foundation/Foundation.h>
-// style property value types
-//
-extern NSString *const MGLStyleValueTypeBoolean;
-extern NSString *const MGLStyleValueTypeNumber;
-extern NSString *const MGLStyleValueTypeNumberPair;
-extern NSString *const MGLStyleValueTypeColor;
-extern NSString *const MGLStyleValueTypeString;
-
-// style property function types
-//
-extern NSString *const MGLStyleValueTypeFunctionMinimumZoom;
-extern NSString *const MGLStyleValueTypeFunctionMaximumZoom;
-extern NSString *const MGLStyleValueTypeFunctionLinear;
-extern NSString *const MGLStyleValueTypeFunctionExponential;
-extern NSString *const MGLStyleValueTypeFunctionStops;
-
/// The degree to which the map view tracks the user’s location.
typedef NS_ENUM(NSUInteger, MGLUserTrackingMode)
{