From 645d1f38577c1bc24aee7efb005d072f81480670 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 19 Mar 2015 11:40:37 -0700 Subject: Delete unused code This code appears to be unused and has not been kept in sync with style spec changes. --- include/mbgl/ios/MGLTypes.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 include/mbgl/ios/MGLTypes.h (limited to 'include/mbgl/ios/MGLTypes.h') diff --git a/include/mbgl/ios/MGLTypes.h b/include/mbgl/ios/MGLTypes.h deleted file mode 100644 index 7a17445770..0000000000 --- a/include/mbgl/ios/MGLTypes.h +++ /dev/null @@ -1,17 +0,0 @@ -#import - -// 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; -- cgit v1.2.1