From 3b642ae54906a9b8193291addae67182b6ca7060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 20 Mar 2014 13:30:45 +0100 Subject: [PATCH] Remove the getSkippedFeatureUids function --- src/ol/map.js | 10 ---------- 1 file changed, 10 deletions(-) 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.