From 0af449eb76a67a3ccc268989bc7c5ca0675460a6 Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Tue, 17 Sep 2019 13:24:04 -0400 Subject: [ios, macos] Remove parameter not referenced. --- platform/darwin/src/MGLMapSnapshotter.h | 1 - 1 file changed, 1 deletion(-) 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. */ -- cgit v1.2.1