diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2018-03-30 06:42:47 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2018-04-02 10:42:54 -0700 |
commit | 9faed7293b0585c329f4993b865b1fb820cfab65 (patch) | |
tree | 3c7570a670e4dd4954dc60d495609ac3f249e1f0 /platform/macos/jazzy.yml | |
parent | a877b6dbe8ff576f82ab9222f418da51591dd423 (diff) | |
download | qtlocation-mapboxgl-9faed7293b0585c329f4993b865b1fb820cfab65.tar.gz |
[ios, macos] Eliminated MGLAbstractShapeSource
MGLComputedShapeSource is now a direct subclass of MGLSource and sibling of MGLShapeSource.
Diffstat (limited to 'platform/macos/jazzy.yml')
-rw-r--r-- | platform/macos/jazzy.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/macos/jazzy.yml b/platform/macos/jazzy.yml index f8f827a2fe..9e9447a4f5 100644 --- a/platform/macos/jazzy.yml +++ b/platform/macos/jazzy.yml @@ -63,7 +63,6 @@ custom_categories: - name: Content Sources children: - MGLSource - - MGLAbstractShapeSource - MGLShapeSource - MGLComputedShapeSource - MGLTileSource |