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.