diff --git a/src/ol/geom/Geometry.js b/src/ol/geom/Geometry.js index 9d353dc888..db0f44d270 100644 --- a/src/ol/geom/Geometry.js +++ b/src/ol/geom/Geometry.js @@ -255,15 +255,6 @@ class Geometry extends BaseObject { return this; } - /** - * @param {number} x X. - * @param {number} y Y. - * @return {boolean} Contains (x, y). - */ - containsXY(x, y) { - return false; - } - }