Remove dead function

This commit is contained in:
Tom Payne
2012-07-27 23:43:32 +02:00
parent c9bbf37fb0
commit bf20ec718e

View File

@@ -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.
*/