Remove unused setFeatures method

This commit is contained in:
Andreas Hocevar
2017-05-11 18:19:42 +02:00
parent 3ff33699c8
commit 8609e65fc2

View File

@@ -259,16 +259,6 @@ ol.VectorImageTile.prototype.load = function() {
};
/**
* @param {Array.<ol.Feature>} features Features.
* @api
*/
ol.VectorImageTile.prototype.setFeatures = function(features) {
this.features_ = features;
this.setState(ol.TileState.LOADED);
};
/**
* @param {ol.TileState} tileState Tile state.
*/