diff --git a/src/ol/map.js b/src/ol/map.js index f0206605ec..fbe46a52cd 100644 --- a/src/ol/map.js +++ b/src/ol/map.js @@ -825,16 +825,6 @@ ol.Map.prototype.getSkippedFeatures = function() { }; -/** - * Get the uids of features to skip. - * @return {Object} Feature uids. - * @todo stability experimental - */ -ol.Map.prototype.getSkippedFeatureUids = function() { - return this.skippedFeatureUids_; -}; - - /** * @param {goog.events.BrowserEvent} browserEvent Browser event. * @param {string=} opt_type Type.