diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-03-19 11:40:37 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-03-19 14:45:59 -0700 |
commit | 645d1f38577c1bc24aee7efb005d072f81480670 (patch) | |
tree | 936ed40e264758849829384d68269b676f6dd26f /gyp | |
parent | ae7bd9ac6ac12b37da0272ea7d1836f18a78ec10 (diff) | |
download | qtlocation-mapboxgl-645d1f38577c1bc24aee7efb005d072f81480670.tar.gz |
Delete unused code
This code appears to be unused and has not been kept in sync with style
spec changes.
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/platform-ios.gypi | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi index a8a827af65..de73037eb5 100644 --- a/gyp/platform-ios.gypi +++ b/gyp/platform-ios.gypi @@ -18,16 +18,6 @@ '../platform/darwin/reachability.m', '../include/mbgl/ios/MGLMapView.h', '../platform/ios/MGLMapView.mm', - '../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', ], 'variables': { |