Remove unused ol.PreRenderFunction typedef

This commit is contained in:
Frederic Junod
2018-03-13 16:31:11 +01:00
parent bde23826e2
commit a02dfb640f

View File

@@ -241,16 +241,6 @@ ol.LRUCacheEntry;
ol.ModifySegmentDataType;
/**
* Function to perform manipulations before rendering. This function is called
* with the {@link ol.Map} as first and an optional {@link olx.FrameState} as
* second argument. Return `true` to keep this function for the next frame,
* `false` to remove it.
* @typedef {function(ol.PluggableMap, ?olx.FrameState): boolean}
*/
ol.PreRenderFunction;
/**
* A function that takes an array of input data, performs some operation, and
* returns an array of output data.