Remove unused ol.format.Feature.getExtensions function

This commit is contained in:
Frederic Junod
2017-01-09 08:36:11 +01:00
parent 1692a19c3b
commit 4bef3f3f19
6 changed files with 0 additions and 86 deletions

View File

@@ -34,13 +34,6 @@ ol.format.Feature = function() {
};
/**
* @abstract
* @return {Array.<string>} Extensions.
*/
ol.format.Feature.prototype.getExtensions = function() {};
/**
* Adds the data projection to the read options.
* @param {Document|Node|Object|string} source Source.