summaryrefslogtreecommitdiff
path: root/platform/darwin
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@mapbox.com>2019-09-17 15:52:18 -0400
committerGitHub <noreply@github.com>2019-09-17 15:52:18 -0400
commit3dbc44404f2d8110d9c6cf82247e3df0df36f6b6 (patch)
treef7d2a3581450a4dd445522d6c03c716520205aa9 /platform/darwin
parent0a219d182c422e181b29c9dcc60c18ceafe1db48 (diff)
downloadqtlocation-mapboxgl-3dbc44404f2d8110d9c6cf82247e3df0df36f6b6.tar.gz
[ios, macos] Tail work from 15385 (#15647)
* [ios] Tweak iosapp headers. * [ios] Revert bundle identifier change. * [ios, macos] Remove parameter not referenced.
Diffstat (limited to 'platform/darwin')
-rw-r--r--platform/darwin/src/MGLMapSnapshotter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLMapSnapshotter.h b/platform/darwin/src/MGLMapSnapshotter.h
index 0f20cf1bb2..33febe0d0c 100644
--- a/platform/darwin/src/MGLMapSnapshotter.h
+++ b/platform/darwin/src/MGLMapSnapshotter.h
@@ -228,7 +228,6 @@ MGL_EXPORT
Starts the snapshot creation and executes the specified blocks with the result
on the specified queue. Use this option if you want to add custom drawing on top of the
resulting `MGLMapSnapShot`.
- @param queue The queue to handle the result on.
@param overlayHandler The block to handle manipulation of the `MGLMapSnapshotter`'s `CGContext`.
@param completionHandler The block to handle the result in.
*/