diff --git a/src/ol/interaction/Select.js b/src/ol/interaction/Select.js index ffebf49933..9e22250cc8 100644 --- a/src/ol/interaction/Select.js +++ b/src/ol/interaction/Select.js @@ -154,8 +154,6 @@ const originalFeatureStyles = {}; * `toggle`, `add`/`remove`, and `multi` options; a `layers` filter; and a * further feature filter using the `filter` option. * - * Selected features are added to an internal unmanaged layer. - * * @fires SelectEvent * @api */