From bf20ec718e104d18475b7327fcda478f047e9e98 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Fri, 27 Jul 2012 23:43:32 +0200 Subject: [PATCH] Remove dead function --- src/ol/base/store.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/ol/base/store.js b/src/ol/base/store.js index 58b55d267b..e92da71022 100644 --- a/src/ol/base/store.js +++ b/src/ol/base/store.js @@ -66,14 +66,6 @@ ol.Store.prototype.getResolutions = goog.abstractMethod; ol.Store.prototype.isReady = goog.functions.TRUE; -/** - * @param {string|undefined} attribution Attribution. - */ -ol.Store.prototype.setAttribution = function(attribution) { - this.attribution_ = attribution; -}; - - /** * @param {ol.Extent} extent Extent. */