From a02dfb640f014289ed1b9d965a36a5da57a2f479 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 13 Mar 2018 16:31:11 +0100 Subject: [PATCH] Remove unused ol.PreRenderFunction typedef --- src/ol/typedefs.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/ol/typedefs.js b/src/ol/typedefs.js index 3dbc42bc29..d23d00afcf 100644 --- a/src/ol/typedefs.js +++ b/src/ol/typedefs.js @@ -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.