diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index b84951d774..959f6a2349 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -740,20 +740,6 @@ * @property {string} src Image source URI. */ -/** - * @typedef {Object} olx.style.ImageOptions - * @property {ol.Pixel} anchor Anchor. - * @property {HTMLCanvasElement|HTMLVideoElement|Image|undefined} image Image. - * @property {ol.style.ImageState|undefined} imageState Image state. - * @property {number|undefined} rotation Rotation. - * @property {ol.Size} size Image size in pixel. - * @property {boolean|undefined} snapToPixel Whether the image should be - * snapped to the closed pixel at rendering time. - * @property {boolean|undefined} subtractViewRotation Whether the image should be - * rotated with the view or not. - * @property {string|undefined} src Image source URI. - */ - /** * @typedef {Object} olx.style.StrokeOptions * @property {ol.Color|string|undefined} color Color.