diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-09-16 17:52:49 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-09-23 15:46:32 -0700 |
commit | 15cffcd3a2137ce97a093e114aa4d3e71fd9990b (patch) | |
tree | a3e2c94c278b77c31d24f6335c0c129c38108755 /gyp | |
parent | 888444cc41aeb2a19c25a4202aa4adc14e5dc026 (diff) | |
download | qtlocation-mapboxgl-15cffcd3a2137ce97a093e114aa4d3e71fd9990b.tar.gz |
fixes #2350: remove iOS-specific SQLite cache wrapper
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/platform-ios.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi index 6234f4d885..f639051c61 100644 --- a/gyp/platform-ios.gypi +++ b/gyp/platform-ios.gypi @@ -25,8 +25,6 @@ '../include/mbgl/ios/MGLMapView.h', '../include/mbgl/ios/MGLMapView+IBAdditions.h', '../platform/ios/MGLMapView.mm', - '../platform/ios/MGLFileCache.h', - '../platform/ios/MGLFileCache.mm', '../include/mbgl/ios/MGLAccountManager.h', '../platform/ios/MGLAccountManager_Private.h', '../platform/ios/MGLAccountManager.m', |