Remove dead function
This commit is contained in:
@@ -66,14 +66,6 @@ ol.Store.prototype.getResolutions = goog.abstractMethod;
|
|||||||
ol.Store.prototype.isReady = goog.functions.TRUE;
|
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.
|
* @param {ol.Extent} extent Extent.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user