diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-03-26 15:12:15 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-03-26 15:12:15 -0700 |
commit | 32aa865f14ed2a3ac66168cbf860b2c02f3da2fa (patch) | |
tree | 07d1d19a85c2a700408d53506e39e41c0b892d7f /gyp | |
parent | 501f9701cd25c004b496dbdf96c8ac45845718be (diff) | |
parent | 645d1f38577c1bc24aee7efb005d072f81480670 (diff) | |
download | qtlocation-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 'gyp')
-rw-r--r-- | gyp/platform-ios.gypi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi index 020186734f..9965db57ac 100644 --- a/gyp/platform-ios.gypi +++ b/gyp/platform-ios.gypi @@ -29,16 +29,7 @@ '../platform/ios/MGLUserLocationAnnotationView.m', '../include/mbgl/ios/MGLMetricsLocationManager.h', '../platform/ios/MGLMetricsLocationManager.m', - '../include/mbgl/ios/MGLStyleFunctionValue.h', - '../platform/ios/MGLStyleFunctionValue.m', '../include/mbgl/ios/MGLTypes.h', - '../platform/ios/MGLTypes.m', - '../include/mbgl/ios/NSArray+MGLAdditions.h', - '../platform/ios/NSArray+MGLAdditions.m', - '../include/mbgl/ios/NSDictionary+MGLAdditions.h', - '../platform/ios/NSDictionary+MGLAdditions.m', - '../include/mbgl/ios/UIColor+MGLAdditions.h', - '../platform/ios/UIColor+MGLAdditions.m', '../platform/ios/vendor/SMCalloutView/SMCalloutView.h', '../platform/ios/vendor/SMCalloutView/SMCalloutView.m', ], |